Uses of Enum Class
org.bukkit.SandstoneType
Packages that use SandstoneType
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes that represents various voxel types and states.
-
Uses of SandstoneType in org.bukkit
Methods in org.bukkit that return SandstoneTypeModifier and TypeMethodDescriptionstatic @Nullable SandstoneType
SandstoneType.getByData
(byte data) Deprecated.Magic valuestatic SandstoneType
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static SandstoneType[]
SandstoneType.values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SandstoneType in org.bukkit.material
Methods in org.bukkit.material that return SandstoneTypeModifier and TypeMethodDescriptionSandstone.getType()
Deprecated, for removal: This API element is subject to removal in a future version.Gets the current type of this sandstoneMethods in org.bukkit.material with parameters of type SandstoneTypeModifier and TypeMethodDescriptionvoid
Sandstone.setType
(SandstoneType type) Deprecated, for removal: This API element is subject to removal in a future version.Sets the type of this sandstoneConstructors in org.bukkit.material with parameters of type SandstoneTypeModifierConstructorDescriptionSandstone
(SandstoneType type) Deprecated, for removal: This API element is subject to removal in a future version.