Uses of Class
Block.Face

Uses of Block.Face in <Unnamed>
 

Methods in <Unnamed> that return Block.Face
Modifier and Type Method and Description
static Block.Face Block.Face.fromId(int id)
          Returns a Face according to the specified ID
 Block.Face Block.getFaceClicked()
          If this block was clicked, this will return the face that was clicked.
static Block.Face Block.Face.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Block.Face[] Block.Face.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in <Unnamed> with parameters of type Block.Face
Modifier and Type Method and Description
 Block Block.getFace(Block.Face face)
          Returns the block at the given Face
 void Block.setFaceClicked(Block.Face faceClicked)
          Sets the face that was clicked