Interface Directional

All Known Subinterfaces:
Attachable, Hanging, ItemFrame, LeashHitch, Painting
All Known Implementing Classes:
Banner, Bed, Button, Chest, CocoaPlant, Diode, DirectionalContainer, Dispenser, Door, EnderChest, Furnace, FurnaceAndDispenser, Gate, Ladder, Lever, PistonBaseMaterial, PistonExtensionMaterial, Pumpkin, RedstoneTorch, Sign, SimpleAttachableMaterialData, Skull, Stairs, Torch, TrapDoor, TripwireHook

public interface Directional
  • Method Summary

    Modifier and Type Method Description
    BlockFace getFacing()
    Gets the direction this block is facing
    void setFacingDirection​(BlockFace face)
    Sets the direction that this block is facing in
  • Method Details

    • setFacingDirection

      void setFacingDirection​(BlockFace face)
      Sets the direction that this block is facing in
      Parameters:
      face - The facing direction
    • getFacing

      BlockFace getFacing()
      Gets the direction this block is facing
      Returns:
      the direction this block is facing