Uses of Class
dev.linwood.itemmods.pack.asset.raw.ModelAsset
-
Packages that use ModelAsset Package Description dev.linwood.itemmods.action.pack.raw dev.linwood.itemmods.addon.model dev.linwood.itemmods.pack dev.linwood.itemmods.pack.asset -
-
Uses of ModelAsset in dev.linwood.itemmods.action.pack.raw
Method parameters in dev.linwood.itemmods.action.pack.raw with type arguments of type ModelAsset Modifier and Type Method Description voidModelsAction. showChoose(org.bukkit.command.CommandSender sender, @NotNull Consumer<ModelAsset> action)voidModelsAction. showChoose(org.bukkit.command.CommandSender sender, @NotNull Consumer<ModelAsset> action, @Nullable Consumer<org.bukkit.event.inventory.InventoryClickEvent> backAction) -
Uses of ModelAsset in dev.linwood.itemmods.addon.model
Subclasses of ModelAsset in dev.linwood.itemmods.addon.model Modifier and Type Class Description classCubitBlockModel -
Uses of ModelAsset in dev.linwood.itemmods.pack
Methods in dev.linwood.itemmods.pack that return ModelAsset Modifier and Type Method Description @Nullable ModelAssetItemModsPack. getModel(String name)@Nullable ModelAssetPackObject. getModel()Methods in dev.linwood.itemmods.pack that return types with arguments of type ModelAsset Modifier and Type Method Description @Nullable CustomAssetGenerator<ModelAsset>ItemModsPack. getModelGenerator(String name)@Nullable CustomAssetGenerator<ModelAsset>PackObject. getModelGenerator()@NotNull List<ModelAsset>ItemModsPack. getModels()Methods in dev.linwood.itemmods.pack with parameters of type ModelAsset Modifier and Type Method Description voidItemModsPack. registerModel(@NotNull ModelAsset modelAsset)Method parameters in dev.linwood.itemmods.pack with type arguments of type ModelAsset Modifier and Type Method Description voidItemModsPack. registerModelGenerator(@NotNull CustomAssetGenerator<ModelAsset> generator) -
Uses of ModelAsset in dev.linwood.itemmods.pack.asset
Methods in dev.linwood.itemmods.pack.asset that return ModelAsset Modifier and Type Method Description @Nullable ModelAssetBlockAsset. getModel()@Nullable ModelAssetItemAsset. getModel()
-