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 void
ModelsAction. showChoose(org.bukkit.command.CommandSender sender, @NotNull Consumer<ModelAsset> action)
void
ModelsAction. 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 class
CubitBlockModel
-
Uses of ModelAsset in dev.linwood.itemmods.pack
Methods in dev.linwood.itemmods.pack that return ModelAsset Modifier and Type Method Description @Nullable ModelAsset
ItemModsPack. getModel(String name)
@Nullable ModelAsset
PackObject. 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 void
ItemModsPack. registerModel(@NotNull ModelAsset modelAsset)
Method parameters in dev.linwood.itemmods.pack with type arguments of type ModelAsset Modifier and Type Method Description void
ItemModsPack. 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 ModelAsset
BlockAsset. getModel()
@Nullable ModelAsset
ItemAsset. getModel()
-