org.bukkit.material
Class EnderChest
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.DirectionalContainer
org.bukkit.material.EnderChest
- All Implemented Interfaces:
- Cloneable, Directional
public class EnderChest
- extends DirectionalContainer
Represents an ender chest
EnderChest
public EnderChest()
EnderChest
public EnderChest(BlockFace direction)
- Instantiate an ender chest facing in a particular direction.
- Parameters:
direction
- the direction the ender chest's lid opens towards
EnderChest
public EnderChest(int type)
EnderChest
public EnderChest(Material type)
EnderChest
public EnderChest(int type,
byte data)
EnderChest
public EnderChest(Material type,
byte data)
clone
public EnderChest clone()
- Overrides:
clone
in class DirectionalContainer
Copyright © 2013. All Rights Reserved.