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, for removal: This API element is subject to removal in a future version.
Represents an ender chest
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.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.EnderChest
(Material type) Deprecated, for removal: This API element is subject to removal in a future version.EnderChest
(Material type, byte data) Deprecated.Magic value -
Method Summary
Modifier and TypeMethodDescriptionclone()
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.bukkit.material.DirectionalContainer
getFacing, setFacingDirection, toString
Methods inherited from class org.bukkit.material.MaterialData
equals, getData, getItemType, hashCode, setData, toItemStack, toItemStack
-
Constructor Details
-
EnderChest
public EnderChest()Deprecated, for removal: This API element is subject to removal in a future version. -
EnderChest
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
Deprecated, for removal: This API element is subject to removal in a future version. -
EnderChest
Deprecated.Magic value- Parameters:
type
- the typedata
- the raw data value
-
-
Method Details
-
clone
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
clone
in classDirectionalContainer
-
BlockData
.