Class 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 Details

    • EnderChest

      public EnderChest()
      Deprecated.
    • EnderChest

      public EnderChest(BlockFace direction)
      Deprecated.
      Instantiate an ender chest facing in a particular direction.
      Parameters:
      direction - the direction the ender chest's lid opens towards
    • EnderChest

      public EnderChest(Material type)
      Deprecated.
    • EnderChest

      @Deprecated public EnderChest(Material type, byte data)
      Deprecated.
      Magic value
      Parameters:
      type - the type
      data - the raw data value
  • Method Details