Uses of Class
dev.linwood.itemmods.pack.asset.raw.TextureAsset
-
Packages that use TextureAsset Package Description dev.linwood.itemmods.action.pack.raw dev.linwood.itemmods.pack -
-
Uses of TextureAsset in dev.linwood.itemmods.action.pack.raw
Method parameters in dev.linwood.itemmods.action.pack.raw with type arguments of type TextureAsset Modifier and Type Method Description voidTexturesAction. showChoose(org.bukkit.command.CommandSender sender, @NotNull Consumer<TextureAsset> action)voidTexturesAction. showChoose(org.bukkit.command.CommandSender sender, @NotNull Consumer<TextureAsset> action, @Nullable Consumer<org.bukkit.event.inventory.InventoryClickEvent> backAction) -
Uses of TextureAsset in dev.linwood.itemmods.pack
Methods in dev.linwood.itemmods.pack that return TextureAsset Modifier and Type Method Description @Nullable TextureAssetItemModsPack. getTexture(String name)@Nullable TextureAssetPackObject. getTexture()Methods in dev.linwood.itemmods.pack that return types with arguments of type TextureAsset Modifier and Type Method Description @Nullable CustomAssetGenerator<TextureAsset>ItemModsPack. getTextureGenerator(String name)@Nullable CustomAssetGenerator<TextureAsset>PackObject. getTextureGenerator()@NotNull List<CustomAssetGenerator<TextureAsset>>ItemModsPack. getTextureGenerators()@NotNull List<TextureAsset>ItemModsPack. getTextures()Methods in dev.linwood.itemmods.pack with parameters of type TextureAsset Modifier and Type Method Description voidItemModsPack. registerTexture(@NotNull TextureAsset textureAsset)Method parameters in dev.linwood.itemmods.pack with type arguments of type TextureAsset Modifier and Type Method Description voidItemModsPack. registerTextureGenerator(@NotNull CustomAssetGenerator<TextureAsset> generator)
-