Uses of Enum Class
org.cloudburstmc.api.block.BlockCategory
Packages that use BlockCategory
-
Uses of BlockCategory in org.cloudburstmc.api.block
Methods in org.cloudburstmc.api.block that return BlockCategoryModifier and TypeMethodDescriptionstatic BlockCategoryReturns the enum constant of this class with the specified name.static BlockCategory[]BlockCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.cloudburstmc.api.block with parameters of type BlockCategoryModifier and TypeMethodDescriptionvoidBlockCategories.categorize(BlockCategory category, Set<BlockType> types) voidBlockCategories.categorize(BlockCategory category, BlockType... types) static booleanBlockCategories.inCategories(BlockType type, BlockCategory... categories) static booleanBlockCategories.inCategory(BlockType type, BlockCategory category) booleanBlockState.inCategory(BlockCategory category) voidBlockCategories.inherit(BlockCategory parent, BlockCategory... children)