org.bukkit.material
Class EnderChest

java.lang.Object
  extended by org.bukkit.material.MaterialData
      extended by org.bukkit.material.DirectionalContainer
          extended by org.bukkit.material.EnderChest
All Implemented Interfaces:
Cloneable, Directional

public class EnderChest
extends DirectionalContainer

Represents an ender chest


Constructor Summary
EnderChest()
           
EnderChest(BlockFace direction)
          Instantiate an ender chest facing in a particular direction.
EnderChest(int type)
           
EnderChest(int type, byte data)
           
EnderChest(Material type)
           
EnderChest(Material type, byte data)
           
 
Method Summary
 EnderChest clone()
           
 
Methods inherited from class org.bukkit.material.DirectionalContainer
getFacing, setFacingDirection, toString
 
Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, getItemTypeId, hashCode, setData, toItemStack, toItemStack
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

clone

public EnderChest clone()
Overrides:
clone in class DirectionalContainer


Copyright © 2013. All Rights Reserved.