| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.blocks |
| Modifier and Type | Method and Description |
|---|---|
PlayerDirection |
LocalPlayer.getCardinalDirection()
Get the player's cardinal direction (N, W, NW, etc.).
|
PlayerDirection |
LocalPlayer.getCardinalDirection(int yawOffset)
Get the player's cardinal direction (N, W, NW, etc.) with an offset.
|
static PlayerDirection |
PlayerDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerDirection[] |
PlayerDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static PlayerDirection |
BlockType.getAttachment(int type,
int data)
Returns the direction to the block(B) this block(A) is attached to.
|
Copyright © 2010-2014. All Rights Reserved.