|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SandstoneType | |
---|---|
org.bukkit | More generalized classes in the API. |
org.bukkit.material | Classes that represents various voxel types and states. |
Uses of SandstoneType in org.bukkit |
---|
Methods in org.bukkit that return SandstoneType | |
---|---|
static SandstoneType |
SandstoneType.getByData(byte data)
Gets the type of sandstone with the given data value |
static 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're declared. |
Uses of SandstoneType in org.bukkit.material |
---|
Methods in org.bukkit.material that return SandstoneType | |
---|---|
SandstoneType |
Sandstone.getType()
Gets the current type of this sandstone |
Methods in org.bukkit.material with parameters of type SandstoneType | |
---|---|
void |
Sandstone.setType(SandstoneType type)
Sets the type of this sandstone |
Constructors in org.bukkit.material with parameters of type SandstoneType | |
---|---|
Sandstone(SandstoneType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |