Package | Description |
---|---|
pi |
Protocol classes
|
pi.event |
Use to react on events in the game
|
pi.tool |
Tools with higher level functionality
|
Modifier and Type | Field and Description |
---|---|
static VecUnit |
VecUnit.X |
static VecUnit |
VecUnit.Y |
static VecUnit |
VecUnit.Z |
Modifier and Type | Method and Description |
---|---|
VecUnit |
VecUnit.neg() |
Modifier and Type | Field and Description |
---|---|
VecUnit |
BlockHitEvent.surfaceDirection |
Constructor and Description |
---|
BlockHitEvent(Vec position,
VecUnit surfaceDirection,
int entityId) |
Modifier and Type | Method and Description |
---|---|
Text |
Text.withOrientation(VecUnit u,
VecUnit v)
Set the orientation of the text
|