| Modifier and Type | Method and Description |
|---|---|
CommandsManager<LocalPlayer> |
WorldEdit.getCommandsManager() |
| Modifier and Type | Method and Description |
|---|---|
EditSession |
LocalSession.createEditSession(LocalPlayer player)
Construct a new edit session.
|
void |
LocalSession.describeCUI(LocalPlayer player) |
void |
LocalSession.dispatchCUIEvent(LocalPlayer player,
CUIEvent event)
Dispatch a CUI event but only if the player has CUI support.
|
void |
LocalSession.dispatchCUISelection(LocalPlayer player)
Send the selection information.
|
void |
LocalSession.dispatchCUISetup(LocalPlayer player)
Dispatch the initial setup CUI messages.
|
void |
WorldEdit.flushBlockBag(LocalPlayer player,
EditSession editSession)
Flush a block bag's changes to a player.
|
void |
WorldEdit.forgetPlayer(LocalPlayer player)
Forget a player.
|
BaseBlock |
WorldEdit.getBlock(LocalPlayer player,
String id)
Get a block.
|
BaseBlock |
WorldEdit.getBlock(LocalPlayer player,
String arg,
boolean allAllowed) |
BaseBlock |
WorldEdit.getBlock(LocalPlayer player,
String arg,
boolean allAllowed,
boolean allowNoData)
Get an item ID from an item name or an item ID number.
|
BlockBag |
LocalSession.getBlockBag(LocalPlayer player)
Get a block bag for a player.
|
Set<Integer> |
WorldEdit.getBlockIDs(LocalPlayer player,
String list,
boolean allBlocksAllowed)
Get a list of blocks as a set.
|
Mask |
WorldEdit.getBlockMask(LocalPlayer player,
LocalSession session,
String maskString)
Get a block mask.
|
Pattern |
WorldEdit.getBlockPattern(LocalPlayer player,
String patternString)
Returns a Pattern corresponding to the specified pattern string,
as given by the player on the command line.
|
Set<BaseBlock> |
WorldEdit.getBlocks(LocalPlayer player,
String list) |
Set<BaseBlock> |
WorldEdit.getBlocks(LocalPlayer player,
String list,
boolean allAllowed) |
Set<BaseBlock> |
WorldEdit.getBlocks(LocalPlayer player,
String list,
boolean allAllowed,
boolean allowNoData) |
Vector |
WorldEdit.getDiagonalDirection(LocalPlayer player,
String dirStr)
Get diagonal direction vector for a player's direction.
|
Vector |
WorldEdit.getDirection(LocalPlayer player,
String dirStr)
Get the direction vector for a player's direction.
|
EditSession |
EditSessionFactory.getEditSession(LocalWorld world,
int maxBlocks,
BlockBag blockBag,
LocalPlayer player)
Construct an edit session with a maximum number of blocks and a block bag.
|
EditSession |
EditSessionFactory.getEditSession(LocalWorld world,
int maxBlocks,
LocalPlayer player)
Construct an edit session with a maximum number of blocks.
|
CuboidClipboard.FlipDirection |
WorldEdit.getFlipDirection(LocalPlayer player,
String dirStr)
Get the flip direction for a player's direction.
|
int |
WorldEdit.getMaximumPolygonalPoints(LocalPlayer player) |
int |
WorldEdit.getMaximumPolyhedronPoints(LocalPlayer player) |
Vector |
LocalSession.getPlacementPosition(LocalPlayer player)
Get the placement position.
|
File |
WorldEdit.getSafeOpenFile(LocalPlayer player,
File dir,
String filename,
String defaultExt,
String... extensions)
Gets the path to a file.
|
File |
WorldEdit.getSafeSaveFile(LocalPlayer player,
File dir,
String filename,
String defaultExt,
String... extensions)
Gets the path to a file.
|
LocalSession |
WorldEdit.getSession(LocalPlayer player)
Gets the WorldEdit session for a player.
|
boolean |
WorldEdit.handleArmSwing(LocalPlayer player)
Called on arm swing.
|
boolean |
WorldEdit.handleBlockLeftClick(LocalPlayer player,
WorldVector clicked)
Called on left click.
|
boolean |
WorldEdit.handleBlockRightClick(LocalPlayer player,
WorldVector clicked)
Called on right click.
|
boolean |
WorldEdit.handleCommand(LocalPlayer player,
String[] split) |
void |
WorldEdit.handleDisconnect(LocalPlayer player)
Deprecated.
|
boolean |
WorldEdit.handleRightClick(LocalPlayer player)
Called on right click (not on a block).
|
boolean |
WorldEdit.hasSession(LocalPlayer player)
Returns true if the player has a session.
|
void |
WorldEdit.markExpire(LocalPlayer player) |
EditSession |
LocalSession.redo(BlockBag newBlockBag,
LocalPlayer player)
Performs a redo
|
void |
WorldEdit.removeSession(LocalPlayer player)
Remove a session.
|
abstract void |
WorldEditOperation.run(LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
WorldEdit.runScript(LocalPlayer player,
File f,
String[] args)
Executes a WorldEdit script.
|
void |
LocalSession.tellVersion(LocalPlayer player)
Tell the player the WorldEdit version.
|
EditSession |
LocalSession.undo(BlockBag newBlockBag,
LocalPlayer player)
Performs an undo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerInterface.onCommandRegistration(List<Command> commands,
CommandsManager<LocalPlayer> manager) |
| Modifier and Type | Class and Description |
|---|---|
class |
BukkitCommandSender |
class |
BukkitPlayer |
| Modifier and Type | Method and Description |
|---|---|
LocalPlayer |
WorldEditPlugin.wrapCommandSender(org.bukkit.command.CommandSender sender) |
| Modifier and Type | Method and Description |
|---|---|
void |
BukkitServerInterface.onCommandRegistration(List<Command> commands,
CommandsManager<LocalPlayer> manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotCommands.after(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SuperPickaxeCommands.area(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
NavigationCommands.ascend(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SnapshotCommands.before(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BiomeCommands.biomeInfo(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BiomeCommands.biomeList(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.brush(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.butcher(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BrushCommands.butcherBrush(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
NavigationCommands.ceiling(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.center(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.chunk(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ChunkCommands.chunkInfo(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ClipboardCommands.clearClipboard(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
HistoryCommands.clearHistory(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BrushCommands.clipboardBrush(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.contract(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ClipboardCommands.copy(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.count(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
WorldEditCommands.cui(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.curve(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ClipboardCommands.cut(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.cycler(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.cyl(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BrushCommands.cylinderBrush(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.deform(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ChunkCommands.deleteChunks(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.deltree(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
NavigationCommands.descend(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.distr(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.drain(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ScriptingCommands.execute(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ScriptingCommands.executeLast(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.expand(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.extinguish(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BrushCommands.extinguishBrush(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.faces(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.farwand(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GeneralCommands.fast(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.fill(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.fillr(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.fixLava(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.fixWater(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ClipboardCommands.flip(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.floodFill(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.flora(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.forest(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.forestGen(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SchematicCommands.formats(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.generate(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.generateBiome(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GeneralCommands.gmask(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BrushCommands.gravityBrush(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.green(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.hcyl(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
WorldEditCommands.help(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.help(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
static void |
UtilityCommands.help(CommandContext args,
WorldEdit we,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.hollow(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.hpos1(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.hpos2(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.hpyramid(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.hsphere(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.info(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.inset(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
NavigationCommands.jumpTo(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GeneralCommands.limit(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.line(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SchematicCommands.list(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SnapshotCommands.list(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ChunkCommands.listChunks(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SchematicCommands.load(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ClipboardCommands.load(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession)
Deprecated.
|
void |
ToolCommands.longrangebuildtool(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolUtilCommands.mask(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolUtilCommands.material(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.move(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.naturalize(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.none(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.outset(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.overlay(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ClipboardCommands.paste(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolUtilCommands.pickaxe(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.pos1(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.pos2(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.pumpkins(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.pyramid(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolUtilCommands.range(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SuperPickaxeCommands.recursive(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
HistoryCommands.redo(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.regenerateChunk(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
WorldEditCommands.reload(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.remove(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.removeAbove(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.removeBelow(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.removeNear(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.repl(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.replace(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.replaceNear(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SnapshotUtilCommands.restore(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ClipboardCommands.rotate(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SchematicCommands.save(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ClipboardCommands.save(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession)
Deprecated.
|
void |
GeneralCommands.searchItem(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SnapshotCommands.sel(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.select(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.set(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BiomeCommands.setBiome(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.shift(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SuperPickaxeCommands.single(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.size(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolUtilCommands.size(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.smooth(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BrushCommands.smoothBrush(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SnapshotUtilCommands.snapshot(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.snow(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GenerationCommands.sphere(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
BrushCommands.sphereBrush(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.stack(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
UtilityCommands.thaw(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
NavigationCommands.thru(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolUtilCommands.togglePickaxe(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GeneralCommands.togglePlace(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.toggleWand(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolUtilCommands.tool(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
ToolCommands.tree(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
WorldEditCommands.tz(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
HistoryCommands.undo(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
NavigationCommands.unstuck(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
NavigationCommands.up(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SnapshotCommands.use(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
WorldEditCommands.version(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
RegionCommands.walls(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
SelectionCommands.wand(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
void |
GeneralCommands.we(CommandContext args,
LocalSession session,
LocalPlayer player,
EditSession editSession) |
| Constructor and Description |
|---|
UtilityCommands.FlagContainer(LocalPlayer player) |
| Modifier and Type | Method and Description |
|---|---|
void |
CUIRegion.describeCUI(LocalSession session,
LocalPlayer player)
Sends CUI events describing the region for
versions of CUI equal to or greater than the
value supplied by getProtocolVersion().
|
void |
CUIRegion.describeLegacyCUI(LocalSession session,
LocalPlayer player)
Sends CUI events describing the region for
versions of CUI smaller than the value
supplied by getProtocolVersion().
|
| Modifier and Type | Method and Description |
|---|---|
void |
CombinedMask.prepare(LocalSession session,
LocalPlayer player,
Vector target) |
void |
Mask.prepare(LocalSession session,
LocalPlayer player,
Vector target)
Called one time before each edit session.
|
void |
InvertedMask.prepare(LocalSession session,
LocalPlayer player,
Vector target) |
void |
DynamicRegionMask.prepare(LocalSession session,
LocalPlayer player,
Vector target) |
void |
AbstractMask.prepare(LocalSession session,
LocalPlayer player,
Vector target) |
void |
UnderOverlayMask.prepare(LocalSession session,
LocalPlayer player,
Vector target) |
| Modifier and Type | Method and Description |
|---|---|
void |
Polygonal2DRegionSelector.describeCUI(LocalSession session,
LocalPlayer player) |
void |
CuboidRegionSelector.describeCUI(LocalSession session,
LocalPlayer player) |
void |
ConvexPolyhedralRegionSelector.describeCUI(LocalSession session,
LocalPlayer player) |
void |
EllipsoidRegionSelector.describeCUI(LocalSession session,
LocalPlayer player) |
void |
CylinderRegionSelector.describeCUI(LocalSession session,
LocalPlayer player) |
void |
Polygonal2DRegionSelector.describeLegacyCUI(LocalSession session,
LocalPlayer player) |
void |
CuboidRegionSelector.describeLegacyCUI(LocalSession session,
LocalPlayer player) |
void |
ConvexPolyhedralRegionSelector.describeLegacyCUI(LocalSession session,
LocalPlayer player) |
void |
EllipsoidRegionSelector.describeLegacyCUI(LocalSession session,
LocalPlayer player) |
void |
CylinderRegionSelector.describeLegacyCUI(LocalSession session,
LocalPlayer player) |
void |
Polygonal2DRegionSelector.explainPrimarySelection(LocalPlayer player,
LocalSession session,
Vector pos) |
void |
ExtendingCuboidRegionSelector.explainPrimarySelection(LocalPlayer player,
LocalSession session,
Vector pos) |
void |
CuboidRegionSelector.explainPrimarySelection(LocalPlayer player,
LocalSession session,
Vector pos) |
void |
ConvexPolyhedralRegionSelector.explainPrimarySelection(LocalPlayer player,
LocalSession session,
Vector pos) |
void |
EllipsoidRegionSelector.explainPrimarySelection(LocalPlayer player,
LocalSession session,
Vector pos) |
void |
CylinderRegionSelector.explainPrimarySelection(LocalPlayer player,
LocalSession session,
Vector pos) |
void |
RegionSelector.explainPrimarySelection(LocalPlayer player,
LocalSession session,
Vector pos)
Tell the player information about his/her primary selection.
|
void |
Polygonal2DRegionSelector.explainRegionAdjust(LocalPlayer player,
LocalSession session) |
void |
CuboidRegionSelector.explainRegionAdjust(LocalPlayer player,
LocalSession session) |
void |
ConvexPolyhedralRegionSelector.explainRegionAdjust(LocalPlayer player,
LocalSession session) |
void |
EllipsoidRegionSelector.explainRegionAdjust(LocalPlayer player,
LocalSession session) |
void |
CylinderRegionSelector.explainRegionAdjust(LocalPlayer player,
LocalSession session) |
void |
RegionSelector.explainRegionAdjust(LocalPlayer player,
LocalSession session)
The the player information about the region's changes.
|
void |
SphereRegionSelector.explainSecondarySelection(LocalPlayer player,
LocalSession session,
Vector pos) |
void |
Polygonal2DRegionSelector.explainSecondarySelection(LocalPlayer player,
LocalSession session,
Vector pos) |
void |
ExtendingCuboidRegionSelector.explainSecondarySelection(LocalPlayer player,
LocalSession session,
Vector pos) |
void |
CuboidRegionSelector.explainSecondarySelection(LocalPlayer player,
LocalSession session,
Vector pos) |
void |
ConvexPolyhedralRegionSelector.explainSecondarySelection(LocalPlayer player,
LocalSession session,
Vector pos) |
void |
EllipsoidRegionSelector.explainSecondarySelection(LocalPlayer player,
LocalSession session,
Vector pos) |
void |
CylinderRegionSelector.explainSecondarySelection(LocalPlayer player,
LocalSession session,
Vector pos) |
void |
RegionSelector.explainSecondarySelection(LocalPlayer player,
LocalSession session,
Vector pos)
Tell the player information about his/her secondary selection.
|
| Modifier and Type | Field and Description |
|---|---|
protected LocalPlayer |
CraftScriptEnvironment.player |
| Modifier and Type | Method and Description |
|---|---|
LocalPlayer |
CraftScriptContext.getPlayer()
Get the player.
|
| Constructor and Description |
|---|
CraftScriptContext(WorldEdit controller,
ServerInterface server,
LocalConfiguration config,
LocalSession session,
LocalPlayer player,
String[] args) |
CraftScriptEnvironment(WorldEdit controller,
ServerInterface server,
LocalConfiguration config,
LocalSession session,
LocalPlayer player) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LongRangeBuildTool.actPrimary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session) |
boolean |
TraceTool.actPrimary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session)
Perform the action.
|
boolean |
BrushTool.actPrimary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session)
Perform the action.
|
boolean |
DistanceWand.actPrimary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session) |
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 |
LongRangeBuildTool.actSecondary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session) |
boolean |
DoubleActionTraceTool.actSecondary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session)
Perform the secondary action.
|
boolean |
DistanceWand.actSecondary(ServerInterface server,
LocalConfiguration config,
LocalPlayer player,
LocalSession session) |
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.
|
boolean |
LongRangeBuildTool.canUse(LocalPlayer player) |
boolean |
RecursivePickaxe.canUse(LocalPlayer player) |
boolean |
BlockDataCyler.canUse(LocalPlayer player) |
boolean |
QueryTool.canUse(LocalPlayer player) |
boolean |
TreePlanter.canUse(LocalPlayer player) |
boolean |
FloodFillTool.canUse(LocalPlayer player) |
boolean |
Tool.canUse(LocalPlayer player)
Checks to see if the player can still be using this tool (considering
permissions and such).
|
boolean |
BlockReplacer.canUse(LocalPlayer player) |
boolean |
FloatingTreeRemover.canUse(LocalPlayer player) |
boolean |
AreaPickaxe.canUse(LocalPlayer player) |
boolean |
BrushTool.canUse(LocalPlayer player)
Checks to see if the player can still be using this tool (considering
permissions and such).
|
boolean |
DistanceWand.canUse(LocalPlayer player) |
boolean |
SinglePickaxe.canUse(LocalPlayer player) |
WorldVector |
DistanceWand.getTarget(LocalPlayer player) |
WorldVectorFace |
LongRangeBuildTool.getTargetFace(LocalPlayer player) |
| Constructor and Description |
|---|
TargetBlock(LocalPlayer player)
Constructor requiring a player, uses default values
|
TargetBlock(LocalPlayer player,
int maxDistance,
double checkDistance)
Constructor requiring a player, max distance and a checking distance
|
Copyright © 2010-2014. All Rights Reserved.