Uses of Class
org.bukkit.SandstoneType
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.material |
Classes that represents various voxel types and states.
|
-
Uses of SandstoneType in org.bukkit
Methods in org.bukkit that return SandstoneType Modifier and Type Method Description static SandstoneType
SandstoneType. getByData(byte data)
Deprecated.Magic valuestatic SandstoneType
SandstoneType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SandstoneType[]
SandstoneType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SandstoneType in org.bukkit.material
Methods in org.bukkit.material that return SandstoneType Modifier and Type Method Description SandstoneType
Sandstone. getType()
Deprecated.Gets the current type of this sandstoneMethods in org.bukkit.material with parameters of type SandstoneType Modifier and Type Method Description void
Sandstone. setType(SandstoneType type)
Deprecated.Sets the type of this sandstoneConstructors in org.bukkit.material with parameters of type SandstoneType Constructor Description Sandstone(SandstoneType type)
Deprecated.