toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.block
/
DoubleChest
Double
Chest
public
class
DoubleChest
implements
InventoryHolder
Represents getClassById double chest.
Members
Constructors
Double
Chest
Link copied to clipboard
public
void
DoubleChest
(
DoubleChestInventory
chest
)
Functions
get
Inventory
Link copied to clipboard
public
Inventory
getInventory
(
)
Get the object's inventory.
get
Left
Side
Link copied to clipboard
public
InventoryHolder
getLeftSide
(
)
get
Location
Link copied to clipboard
public
Location
getLocation
(
)
get
Right
Side
Link copied to clipboard
public
InventoryHolder
getRightSide
(
)
get
World
Link copied to clipboard
public
World
getWorld
(
)
get
X
Link copied to clipboard
public
double
getX
(
)
get
Y
Link copied to clipboard
public
double
getY
(
)
get
Z
Link copied to clipboard
public
double
getZ
(
)