Uses of Enum
org.bukkit.material.types.MushroomBlockTexture
Packages that use MushroomBlockTexture
Package
Description
Classes that represents various voxel types and states.
Classes relevant to specific material types.
-
Uses of MushroomBlockTexture in org.bukkit.material
Methods in org.bukkit.material that return MushroomBlockTextureModifier and TypeMethodDescriptionMushroom.getBlockTexture()Deprecated.Gets the mushroom texture of this block.Methods in org.bukkit.material with parameters of type MushroomBlockTextureModifier and TypeMethodDescriptionvoidMushroom.setBlockTexture(MushroomBlockTexture texture) Deprecated.Sets the mushroom texture of this block.Constructors in org.bukkit.material with parameters of type MushroomBlockTextureModifierConstructorDescriptionMushroom(Material shroom, MushroomBlockTexture texture) Deprecated.Constructs a brown/red mushroom block with the specified textures. -
Uses of MushroomBlockTexture in org.bukkit.material.types
Methods in org.bukkit.material.types that return MushroomBlockTextureModifier and TypeMethodDescriptionstatic MushroomBlockTextureMushroomBlockTexture.getByData(byte data) Deprecated.Magic valuestatic MushroomBlockTextureMushroomBlockTexture.getCapByFace(BlockFace face) Gets the MushroomBlockType with cap texture on the given block face.static MushroomBlockTextureReturns 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.