Class EnderChest

All Implemented Interfaces:
Cloneable, Directional

public class EnderChest extends DirectionalContainer
Represents an ender chest
  • Constructor Details

    • 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
      Parameters:
      type - the raw type id
    • EnderChest

      public EnderChest(Material type)
    • EnderChest

      @Deprecated public EnderChest(int type, byte data)
      Deprecated.
      Magic value
      Parameters:
      type - the raw type id
      data - the raw data value
    • EnderChest

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