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
public class Chest
- extends DirectionalContainer
Represents a chest
Chest
public Chest()
Chest
public Chest(BlockFace direction)
- Instantiate a chest facing in a particular direction.
- Parameters:
direction
- the direction the chest's lit opens towards
Chest
public Chest(int type)
Chest
public Chest(Material type)
Chest
public Chest(int type,
byte data)
Chest
public Chest(Material type,
byte data)
clone
public Chest clone()
- Overrides:
clone
in class DirectionalContainer
Copyright © 2013. All Rights Reserved.