Uses of Class
dev.piglin.piglinworldapi.block.CustomBlock
Packages that use CustomBlock
-
Uses of CustomBlock in dev.piglin.piglinworldapi.block
Methods in dev.piglin.piglinworldapi.block that return types with arguments of type CustomBlockModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableMap<Class<? extends CustomBlock>,List<org.bukkit.block.Block>>BlockController.getAllBlocks()Optional<? extends CustomBlock>BlockController.getCustomBlock(Mushroom mushroom)Optional<? extends CustomBlock>BlockController.getCustomBlock(org.bukkit.block.Block block)Methods in dev.piglin.piglinworldapi.block with parameters of type CustomBlockMethod parameters in dev.piglin.piglinworldapi.block with type arguments of type CustomBlockModifier and TypeMethodDescriptionstatic List<org.bukkit.block.Block>BlockController.getBlocks(Class<? extends CustomBlock> clazz)