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)
          Deprecated. Magic value
EnderChest(int type, byte data)
          Deprecated. Magic value
EnderChest(Material type)
           
EnderChest(Material type, byte data)
          Deprecated. Magic value
 
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

@Deprecated
public EnderChest(int type)
Deprecated. Magic value


EnderChest

public EnderChest(Material type)

EnderChest

@Deprecated
public EnderChest(int type,
                             byte data)
Deprecated. Magic value


EnderChest

@Deprecated
public EnderChest(Material type,
                             byte data)
Deprecated. Magic value

Method Detail

clone

public EnderChest clone()
Overrides:
clone in class DirectionalContainer


Copyright © 2013. All Rights Reserved.