toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.material
/
Sandstone
Sandstone
public
class
Sandstone
extends
MaterialData
Represents the different types of sandstone.
Members
Constructors
Sandstone
Link copied to clipboard
public
void
Sandstone
(
)
public
void
Sandstone
(
SandstoneType
type
)
public
void
Sandstone
(
Material
type
)
Properties
data
Link copied to clipboard
public
byte
data
Functions
clone
Link copied to clipboard
public
Sandstone
clone
(
)
equals
Link copied to clipboard
public
boolean
equals
(
Object
obj
)
get
Item
Type
Link copied to clipboard
public
Material
getItemType
(
)
Gets the Material that this MaterialData represents
get
Type
Link copied to clipboard
public
SandstoneType
getType
(
)
Gets the current type of this sandstone
hash
Code
Link copied to clipboard
public
int
hashCode
(
)
set
Type
Link copied to clipboard
public
void
setType
(
SandstoneType
type
)
Sets the type of this sandstone
to
Item
Stack
Link copied to clipboard
public
ItemStack
toItemStack
(
)
public
ItemStack
toItemStack
(
int amount
)
Creates getClassById new ItemStack based on this MaterialData
to
String
Link copied to clipboard
public
String
toString
(
)