Package org.bukkit.material
Interface Directional
-
- All Known Subinterfaces:
Attachable
,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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockFace
getFacing()
Gets the direction this block is facingvoid
setFacingDirection(BlockFace face)
Sets the direction that this block is facing in
-