Package org.bukkit.material
Class Chest
java.lang.Object
org.bukkit.material.MaterialData
org.bukkit.material.DirectionalContainer
org.bukkit.material.Chest
- All Implemented Interfaces:
Cloneable
,Directional
Deprecated, for removal: This API element is subject to removal in a future version.
Represents a chest
-
Constructor Summary
ConstructorDescriptionChest()
Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Instantiate a chest facing in a particular direction.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated.Magic value -
Method Summary
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
-
Chest
public Chest()Deprecated, for removal: This API element is subject to removal in a future version. -
Chest
Deprecated, for removal: This API element is subject to removal in a future version.Instantiate a chest facing in a particular direction.- Parameters:
direction
- the direction the chest's lit opens towards
-
Chest
Deprecated, for removal: This API element is subject to removal in a future version. -
Chest
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
.