Uses of Enum Class
org.bukkit.block.data.type.Chest.Type
Packages that use Chest.Type
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of Chest.Type in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return Chest.TypeModifier and TypeMethodDescription@NotNull Chest.TypeChest.getType()Gets the value of the 'type' property.static Chest.TypeReturns the enum constant of this class with the specified name.static Chest.Type[]Chest.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.block.data.type with parameters of type Chest.TypeModifier and TypeMethodDescriptionvoidChest.setType(@NotNull Chest.Type type) Sets the value of the 'type' property.