Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
org.bukkit.material.Attachable Interface Reference

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.
 

Detailed Description

Indicates that a block can be attached to another block.

Definition at line 8 of file Attachable.java.

Member Function Documentation

BlockFace org.bukkit.material.Attachable.getAttachedFace ( )

Gets the face that this block is attached on.

Returns
BlockFace attached to

Referenced by org.bukkit.material.SimpleAttachableMaterialData.getFacing().


The documentation for this interface was generated from the following file: