Uses of Class
dev.linwood.itemmods.pack.asset.BlockAsset
-
Packages that use BlockAsset Package Description dev.linwood.itemmods.action.pack dev.linwood.itemmods.api.block dev.linwood.itemmods.pack -
-
Uses of BlockAsset in dev.linwood.itemmods.action.pack
Method parameters in dev.linwood.itemmods.action.pack with type arguments of type BlockAsset Modifier and Type Method Description voidBlocksAction. showChoose(org.bukkit.command.CommandSender sender, @NotNull Consumer<BlockAsset> action)voidBlocksAction. showChoose(org.bukkit.command.CommandSender sender, @NotNull Consumer<BlockAsset> action, @Nullable Consumer<org.bukkit.event.inventory.InventoryClickEvent> backAction) -
Uses of BlockAsset in dev.linwood.itemmods.api.block
Methods in dev.linwood.itemmods.api.block that return BlockAsset Modifier and Type Method Description BlockAssetCustomBlockManager. getAssetByKey(String key)@Nullable BlockAssetCustomBlock. getConfig() -
Uses of BlockAsset in dev.linwood.itemmods.pack
Methods in dev.linwood.itemmods.pack that return BlockAsset Modifier and Type Method Description @Nullable BlockAssetItemModsPack. getBlock(String name)@Nullable BlockAssetPackObject. getBlock()Methods in dev.linwood.itemmods.pack that return types with arguments of type BlockAsset Modifier and Type Method Description @Nullable CustomAssetGenerator<BlockAsset>ItemModsPack. getBlockGenerator(String name)@Nullable CustomAssetGenerator<BlockAsset>PackObject. getBlockGenerator()@NotNull List<CustomAssetGenerator<BlockAsset>>ItemModsPack. getBlockGenerators()@NotNull List<BlockAsset>ItemModsPack. getBlocks()Methods in dev.linwood.itemmods.pack with parameters of type BlockAsset Modifier and Type Method Description voidItemModsPack. registerBlock(@NotNull BlockAsset blockAsset)Method parameters in dev.linwood.itemmods.pack with type arguments of type BlockAsset Modifier and Type Method Description voidItemModsPack. registerBlockGenerator(@NotNull CustomAssetGenerator<BlockAsset> generator)
-