| Modifier and Type | Class and Description |
|---|---|
class |
BlockWorldVector
Deprecated.
Replace all uses of
WorldVectors with Locations |
class |
WorldVectorFace
Deprecated.
Use
Location wherever possible |
| Modifier and Type | Method and Description |
|---|---|
WorldVector |
WorldVectorFace.getFaceVector()
Deprecated.
Get the WorldVector adjacent to this WorldVectorFace.
|
static WorldVector |
WorldVector.toBlockPoint(LocalWorld world,
double x,
double y,
double z)
Deprecated.
Get a block point from a point.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorldEdit.handleBlockLeftClick(Player player,
WorldVector clicked)
Called on left click.
|
boolean |
WorldEdit.handleBlockRightClick(Player player,
WorldVector clicked)
Called on right click.
|
| Constructor and Description |
|---|
BlockWorldVector(WorldVector position)
Deprecated.
Construct an instance from another instance.
|
BlockWorldVector(WorldVector world,
int x,
int y,
int z)
Deprecated.
Construct a new instance.
|
BlockWorldVector(WorldVector world,
Vector v)
Deprecated.
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
BlockBag.addSingleSourcePosition(WorldVector position)
Deprecated.
Adds a position to be used a source.
|
abstract void |
BlockBag.addSourcePosition(WorldVector position)
Deprecated.
Adds a position to be used a source.
|
| Modifier and Type | Method and Description |
|---|---|
WorldVector |
DistanceWand.getTarget(Player player) |
| Modifier and Type | Method and Description |
|---|---|
WorldVector |
Player.getBlockIn()
Get the point of the block that is being stood in.
|
WorldVector |
Player.getBlockOn()
Get the point of the block that is being stood upon.
|
WorldVector |
Player.getBlockTrace(int range)
Get the point of the block being looked at.
|
WorldVector |
Player.getBlockTrace(int range,
boolean useLastBlock)
Get the point of the block being looked at.
|
WorldVector |
Player.getPosition()
Deprecated.
|
WorldVector |
Player.getSolidBlockTrace(int range)
Get the point of the block being looked at.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Player.findFreePosition(WorldVector searchPos)
Find a position for the actor to stand that is not inside a block.
|
void |
Player.setOnGround(WorldVector searchPos)
Set the actor on the ground.
|
| Modifier and Type | Method and Description |
|---|---|
WorldVector |
AbstractPlayerActor.getBlockIn() |
WorldVector |
AbstractPlayerActor.getBlockOn() |
WorldVector |
AbstractPlayerActor.getBlockTrace(int range) |
WorldVector |
AbstractPlayerActor.getBlockTrace(int range,
boolean useLastBlock) |
WorldVector |
AbstractPlayerActor.getSolidBlockTrace(int range) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPlayerActor.findFreePosition(WorldVector searchPos) |
void |
AbstractPlayerActor.setOnGround(WorldVector searchPos) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
BlockBag.addSingleSourcePosition(WorldVector pos)
Adds a position to be used a source.
|
abstract void |
BlockBag.addSourcePosition(WorldVector pos)
Adds a position to be used a source.
|
Copyright © 2010-2014. All Rights Reserved.