Package org.bukkit.material
Interface Directional
- All Known Subinterfaces:
- Attachable,- GlowItemFrame,- Hanging,- ItemFrame,- LeashHitch,- Painting
- All Known Implementing Classes:
- Banner,- Bed,- Button,- Chest,- CocoaPlant,- Comparator,- Diode,- DirectionalContainer,- Dispenser,- Door,- EnderChest,- Furnace,- FurnaceAndDispenser,- Gate,- Hopper,- Ladder,- Lever,- Observer,- PistonBaseMaterial,- PistonExtensionMaterial,- Pumpkin,- RedstoneTorch,- Sign,- SimpleAttachableMaterialData,- Skull,- Stairs,- Torch,- TrapDoor,- TripwireHook
public interface Directional
- 
Method Summary
- 
Method Details- 
setFacingDirectionSets the direction that this block is facing in- Parameters:
- face- The facing direction
 
- 
getFacingGets the direction this block is facing- Returns:
- the direction this block is facing
 
 
-