|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Block.Face in <Unnamed> |
---|
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. |
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 |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |