Class EnderChest

All Implemented Interfaces:
Cloneable, Directional

@Deprecated(forRemoval=true, since="1.13") public class EnderChest extends DirectionalContainer
Deprecated, for removal: This API element is subject to removal in a future version.
all usage of MaterialData is deprecated and subject to removal. Use BlockData.
Represents an ender chest
  • Constructor Details

    • EnderChest

      public EnderChest()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • EnderChest

      public EnderChest(BlockFace direction)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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, for removal: This API element is subject to removal in a future version.
    • EnderChest

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