![]() |
Bukkit
1.4.7-R1.0
|
Indicates that a block can be attached to another block. More...
Inheritance diagram for org.bukkit.material.Attachable:
Collaboration diagram for org.bukkit.material.Attachable:Public Member Functions | |
| BlockFace | getAttachedFace () |
| Gets the face that this block is attached on. | |
Public Member Functions inherited from org.bukkit.material.Directional | |
| void | setFacingDirection (BlockFace face) |
| Sets the direction that this block is facing in. | |
| BlockFace | getFacing () |
| Gets the direction this block is facing. | |
Indicates that a block can be attached to another block.
Definition at line 8 of file Attachable.java.
| BlockFace org.bukkit.material.Attachable.getAttachedFace | ( | ) |
Gets the face that this block is attached on.
Referenced by org.bukkit.material.SimpleAttachableMaterialData.getFacing().