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 void
BlocksAction. showChoose(org.bukkit.command.CommandSender sender, @NotNull Consumer<BlockAsset> action)
void
BlocksAction. 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 BlockAsset
CustomBlockManager. getAssetByKey(String key)
@Nullable BlockAsset
CustomBlock. getConfig()
-
Uses of BlockAsset in dev.linwood.itemmods.pack
Methods in dev.linwood.itemmods.pack that return BlockAsset Modifier and Type Method Description @Nullable BlockAsset
ItemModsPack. getBlock(String name)
@Nullable BlockAsset
PackObject. 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 void
ItemModsPack. registerBlock(@NotNull BlockAsset blockAsset)
Method parameters in dev.linwood.itemmods.pack with type arguments of type BlockAsset Modifier and Type Method Description void
ItemModsPack. registerBlockGenerator(@NotNull CustomAssetGenerator<BlockAsset> generator)
-