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 void
TexturesAction. showChoose(org.bukkit.command.CommandSender sender, @NotNull Consumer<TextureAsset> action)
void
TexturesAction. 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 TextureAsset
ItemModsPack. getTexture(String name)
@Nullable TextureAsset
PackObject. 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 void
ItemModsPack. registerTexture(@NotNull TextureAsset textureAsset)
Method parameters in dev.linwood.itemmods.pack with type arguments of type TextureAsset Modifier and Type Method Description void
ItemModsPack. registerTextureGenerator(@NotNull CustomAssetGenerator<TextureAsset> generator)
-