Uses of Enum Class
tk.airshipcraft.commonlib.utils.BlockUtils.BlockType
Packages that use BlockUtils.BlockType
-
Uses of BlockUtils.BlockType in tk.airshipcraft.commonlib.utils
Methods in tk.airshipcraft.commonlib.utils that return BlockUtils.BlockTypeModifier and TypeMethodDescriptionstatic BlockUtils.BlockType
BlockUtils.getBlockType
(org.bukkit.Material material) Retrieves the block type of a given material.static BlockUtils.BlockType
Returns the enum constant of this class with the specified name.static BlockUtils.BlockType[]
BlockUtils.BlockType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in tk.airshipcraft.commonlib.utils with parameters of type BlockUtils.BlockTypeModifier and TypeMethodDescriptionstatic Set<org.bukkit.Material>
BlockUtils.getMaterialsFromType
(BlockUtils.BlockType type) Retrieves all materials associated with a given block type.