Package 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
@Deprecated public class EnderChest extends DirectionalContainer
Deprecated.
all usage of MaterialData is deprecated and subject to removal.
 Use 
BlockData.Represents an ender chest
- 
Constructor SummaryConstructors Constructor Description EnderChest()Deprecated.EnderChest(BlockFace direction)Deprecated.Instantiate an ender chest facing in a particular direction.EnderChest(Material type)Deprecated.EnderChest(Material type, byte data)Deprecated.Magic value
- 
Method SummaryModifier and Type Method Description EnderChestclone()Deprecated.Methods inherited from class org.bukkit.material.DirectionalContainergetFacing, setFacingDirection, toStringMethods inherited from class org.bukkit.material.MaterialDataequals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
- 
Constructor Details- 
EnderChestpublic EnderChest()Deprecated.
- 
EnderChestDeprecated.Instantiate an ender chest facing in a particular direction.- Parameters:
- direction- the direction the ender chest's lid opens towards
 
- 
EnderChestDeprecated.
- 
EnderChestDeprecated.Magic value- Parameters:
- type- the type
- data- the raw data value
 
 
- 
- 
Method Details- 
cloneDeprecated.- Overrides:
- clonein class- DirectionalContainer
 
 
-