Uses of Enum
org.bukkit.material.types.MushroomBlockTexture
Package
Description
Classes that represents various voxel types and states.
Classes relevant to specific material types.
-
Uses of MushroomBlockTexture in org.bukkit.material
Modifier and TypeMethodDescriptionMushroom.getBlockTexture()
Deprecated.Gets the mushroom texture of this block.Modifier and TypeMethodDescriptionvoid
Mushroom.setBlockTexture
(MushroomBlockTexture texture) Deprecated.Sets the mushroom texture of this block.ModifierConstructorDescriptionMushroom
(Material shroom, MushroomBlockTexture texture) Deprecated.Constructs a brown/red mushroom block with the specified textures. -
Uses of MushroomBlockTexture in org.bukkit.material.types
Modifier and TypeMethodDescriptionstatic MushroomBlockTexture
MushroomBlockTexture.getByData
(byte data) Deprecated.Magic valuestatic MushroomBlockTexture
MushroomBlockTexture.getCapByFace
(BlockFace face) Gets the MushroomBlockType with cap texture on the given block face.static MushroomBlockTexture
Returns the enum constant of this type with the specified name.static MushroomBlockTexture[]
MushroomBlockTexture.values()
Returns an array containing the constants of this enum type, in the order they are declared.