Class DoubleChest
java.lang.Object
org.bukkit.block.DoubleChest
- All Implemented Interfaces:
InventoryHolder
Represents a double chest.
- Since:
- 1.3.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the object's inventory.getLeftSide(boolean useSnapshot) getRightSide(boolean useSnapshot) getWorld()doublegetX()doublegetY()doublegetZ()
-
Constructor Details
-
DoubleChest
- Since:
- 1.3.1
-
-
Method Details
-
getInventory
Description copied from interface:InventoryHolderGet the object's inventory.- Specified by:
getInventoryin interfaceInventoryHolder- Returns:
- The inventory.
- Since:
- 1.3.1
-
getLeftSide
- Since:
- 1.3.1
-
getRightSide
- Since:
- 1.3.1
-
getLeftSide
- Since:
- 1.15.2
-
getRightSide
- Since:
- 1.15.2
-
getLocation
-
getWorld
-
getX
public double getX()- Since:
- 1.3.1
-
getY
public double getY()- Since:
- 1.3.1
-
getZ
public double getZ()- Since:
- 1.3.1
-