org.bukkit.material
Interface Attachable

All Superinterfaces:
Directional
All Known Subinterfaces:
Hanging, ItemFrame, LeashHitch, Painting
All Known Implementing Classes:
Button, CocoaPlant, Ladder, Lever, PistonExtensionMaterial, RedstoneTorch, Sign, SimpleAttachableMaterialData, Torch, TrapDoor, TripwireHook

public interface Attachable
extends Directional

Indicates that a block can be attached to another block


Method Summary
 BlockFace getAttachedFace()
          Gets the face that this block is attached on
 
Methods inherited from interface org.bukkit.material.Directional
getFacing, setFacingDirection
 

Method Detail

getAttachedFace

BlockFace getAttachedFace()
Gets the face that this block is attached on

Returns:
BlockFace attached to


Copyright © 2014. All rights reserved.