Uses of Class
dev.linwood.itemmods.pack.asset.ItemAsset
-
Packages that use ItemAsset Package Description dev.linwood.itemmods.action.pack dev.linwood.itemmods.api.item dev.linwood.itemmods.pack -
-
Uses of ItemAsset in dev.linwood.itemmods.action.pack
Method parameters in dev.linwood.itemmods.action.pack with type arguments of type ItemAsset Modifier and Type Method Description void
ItemsAction. showChoose(@NotNull Consumer<ItemAsset> action, org.bukkit.command.CommandSender sender)
-
Uses of ItemAsset in dev.linwood.itemmods.api.item
Methods in dev.linwood.itemmods.api.item that return ItemAsset Modifier and Type Method Description ItemAsset
CustomItemManager. getAssetByKey(String key)
@Nullable ItemAsset
CustomItem. getConfig()
-
Uses of ItemAsset in dev.linwood.itemmods.pack
Methods in dev.linwood.itemmods.pack that return ItemAsset Modifier and Type Method Description @Nullable ItemAsset
ItemModsPack. getItem(String name)
@Nullable ItemAsset
PackObject. getItem()
Methods in dev.linwood.itemmods.pack that return types with arguments of type ItemAsset Modifier and Type Method Description @Nullable CustomAssetGenerator<ItemAsset>
ItemModsPack. getItemGenerator(String name)
@Nullable CustomAssetGenerator<ItemAsset>
PackObject. getItemGenerator()
@NotNull List<CustomAssetGenerator<ItemAsset>>
ItemModsPack. getItemGenerators()
@NotNull List<ItemAsset>
ItemModsPack. getItems()
Methods in dev.linwood.itemmods.pack with parameters of type ItemAsset Modifier and Type Method Description void
ItemModsPack. registerItem(@NotNull ItemAsset itemAsset)
Method parameters in dev.linwood.itemmods.pack with type arguments of type ItemAsset Modifier and Type Method Description void
ItemModsPack. registerItemGenerator(@NotNull CustomAssetGenerator<ItemAsset> generator)
-