| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.bags | |
| com.sk89q.worldedit.bukkit | |
| com.sk89q.worldedit.tools |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockWorldVector
Extension of Vector that supports being compared as ints (for accuracy).
|
class |
WorldVectorFace
A WorldVector that emphasizes one side of the block
|
| Modifier and Type | Method and Description |
|---|---|
WorldVector |
LocalPlayer.getBlockIn()
Get the point of the block that is being stood in.
|
WorldVector |
LocalPlayer.getBlockOn()
Get the point of the block that is being stood upon.
|
WorldVector |
LocalPlayer.getBlockTrace(int range)
Get the point of the block being looked at.
|
WorldVector |
LocalPlayer.getBlockTrace(int range,
boolean useLastBlock)
Get the point of the block being looked at.
|
WorldVector |
WorldVectorFace.getFaceVector()
Get the WorldVector adjacent to this WorldVectorFace.
|
abstract WorldVector |
LocalPlayer.getPosition()
Get the player's position.
|
WorldVector |
LocalPlayer.getSolidBlockTrace(int range)
Get the point of the block being looked at.
|
static WorldVector |
WorldVector.toBlockPoint(LocalWorld world,
double x,
double y,
double z)
Get a block point from a point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalPlayer.findFreePosition(WorldVector searchPos)
Find a position for the player to stand that is not inside a block.
|
boolean |
WorldEdit.handleBlockLeftClick(LocalPlayer player,
WorldVector clicked)
Called on left click.
|
boolean |
WorldEdit.handleBlockRightClick(LocalPlayer player,
WorldVector clicked)
Called on right click.
|
void |
LocalPlayer.setOnGround(WorldVector searchPos)
Set the player on the ground.
|
| Constructor and Description |
|---|
BlockWorldVector(WorldVector pt)
Construct the Vector object.
|
BlockWorldVector(WorldVector world,
int x,
int y,
int z)
Construct the Vector object.
|
BlockWorldVector(WorldVector world,
Vector v)
Construct the Vector object.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
WorldVector |
BukkitPlayer.getPosition() |
WorldVector |
BukkitCommandSender.getPosition() |
| Modifier and Type | Method and Description |
|---|---|
void |
BukkitPlayerBlockBag.addSingleSourcePosition(WorldVector pos)
Adds a position to be used a source.
|
void |
BukkitPlayerBlockBag.addSourcePosition(WorldVector pos)
Adds a position to be used a source.
|
static org.bukkit.Location |
BukkitUtil.toLocation(WorldVector pt) |
static org.bukkit.World |
BukkitUtil.toWorld(WorldVector pt) |
| Modifier and Type | Method and Description |
|---|---|
WorldVector |
DistanceWand.getTarget(LocalPlayer player) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RecursivePickaxe.actPrimary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session,
WorldVector clicked) |
boolean |
BlockDataCyler.actPrimary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session,
WorldVector clicked) |
boolean |
QueryTool.actPrimary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session,
WorldVector clicked) |
boolean |
TreePlanter.actPrimary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session,
WorldVector clicked) |
boolean |
FloodFillTool.actPrimary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session,
WorldVector clicked) |
boolean |
BlockReplacer.actPrimary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session,
WorldVector clicked) |
boolean |
FloatingTreeRemover.actPrimary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session,
WorldVector clicked) |
boolean |
AreaPickaxe.actPrimary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session,
WorldVector clicked) |
boolean |
BlockTool.actPrimary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session,
WorldVector clicked)
Perform the action.
|
boolean |
SinglePickaxe.actPrimary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session,
WorldVector clicked) |
boolean |
BlockDataCyler.actSecondary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session,
WorldVector clicked) |
boolean |
BlockReplacer.actSecondary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session,
WorldVector clicked) |
boolean |
DoubleActionBlockTool.actSecondary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session,
WorldVector clicked)
Perform the secondary action.
|
Copyright © 2010-2014. All Rights Reserved.