| Modifier and Type | Class and Description |
|---|---|
class |
LocalPlayer
Deprecated.
use
Actor (or Player, etc.) instead (and AbstractPlayerActor to extend) |
| Modifier and Type | Method and Description |
|---|---|
void |
LocalSession.describeCUI(Actor actor)
Describe the selection to the CUI actor.
|
void |
LocalSession.dispatchCUIEvent(Actor actor,
CUIEvent event)
Dispatch a CUI event but only if the actor has CUI support.
|
void |
LocalSession.dispatchCUISelection(Actor actor)
Send the selection information.
|
void |
LocalSession.dispatchCUISetup(Actor actor)
Dispatch the initial setup CUI messages.
|
void |
WorldEdit.flushBlockBag(Actor actor,
EditSession editSession)
Flush a block bag's changes to a player.
|
void |
LocalSession.tellVersion(Actor player)
Tell the player the WorldEdit version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UtilityCommands.butcher(Actor actor,
CommandContext args) |
void |
UtilityCommands.calc(Actor actor,
String input) |
void |
SchematicCommands.formats(Actor actor) |
void |
UtilityCommands.help(Actor actor,
CommandContext args) |
void |
WorldEditCommands.help(Actor actor,
CommandContext args) |
static void |
UtilityCommands.help(CommandContext args,
WorldEdit we,
Actor actor) |
void |
SchematicCommands.list(Actor actor,
CommandContext args) |
void |
ClipboardCommands.load(Actor actor)
Deprecated.
|
void |
WorldEditCommands.reload(Actor actor) |
void |
UtilityCommands.remove(Actor actor,
CommandContext args) |
void |
ClipboardCommands.save(Actor actor)
Deprecated.
|
void |
GeneralCommands.searchItem(Actor actor,
CommandContext args) |
void |
WorldEditCommands.version(Actor actor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
QueryTool.canUse(Actor player) |
boolean |
Tool.canUse(Actor actor)
Checks to see if the player can still be using this tool (considering
permissions and such).
|
boolean |
FloatingTreeRemover.canUse(Actor player) |
boolean |
RecursivePickaxe.canUse(Actor player) |
boolean |
AreaPickaxe.canUse(Actor player) |
boolean |
DistanceWand.canUse(Actor player) |
boolean |
LongRangeBuildTool.canUse(Actor player) |
boolean |
BlockDataCyler.canUse(Actor player) |
boolean |
FloodFillTool.canUse(Actor player) |
boolean |
BrushTool.canUse(Actor player) |
boolean |
BlockReplacer.canUse(Actor player) |
boolean |
SinglePickaxe.canUse(Actor player) |
boolean |
TreePlanter.canUse(Actor player) |
| Constructor and Description |
|---|
CreatureButcher(Actor player) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Player
Represents a player
|
| Modifier and Type | Method and Description |
|---|---|
Actor |
EditSessionEvent.getActor()
Get the actor for this event.
|
| Constructor and Description |
|---|
EditSessionEvent(World world,
Actor actor,
int maxBlocks,
EditSession.Stage stage)
Create a new event.
|
| Modifier and Type | Method and Description |
|---|---|
Actor |
CommandSuggestionEvent.getActor()
Get the actor that issued the command.
|
Actor |
CommandEvent.getActor()
Get the actor that issued the command.
|
Actor |
BlockInteractEvent.getCause()
Get the cause of this event.
|
| Constructor and Description |
|---|
BlockInteractEvent(Actor cause,
Location location,
Interaction type)
Create a new event.
|
CommandEvent(Actor actor,
String arguments)
Create a new instance.
|
CommandSuggestionEvent(Actor actor,
String arguments)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Actor |
ParserContext.getActor()
Get the
Actor set on this context. |
Actor |
ParserContext.requireActor()
Get the
Actor set on this context. |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserContext.setActor(Actor actor)
Set the actor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPlayerActor
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Actor> |
PlatformManager.createProxyActor(T base)
Given an actor, return a new one that may use a different platform
for permissions and world editing.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Actor> |
MultiUserPlatform.getConnectedUsers()
Get a list of connected users.
|
| Modifier and Type | Method and Description |
|---|---|
static ActorSelectorLimits |
ActorSelectorLimits.forActor(Actor actor) |
| Constructor and Description |
|---|
ActorSelectorLimits(LocalConfiguration configuration,
Actor actor) |
| Modifier and Type | Method and Description |
|---|---|
Actor |
WorldEditBinding.getActor(ArgumentStack context)
Gets an
Actor from a ArgumentStack. |
| Modifier and Type | Method and Description |
|---|---|
void |
CUIRegion.describeCUI(LocalSession session,
Actor 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,
Actor 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 |
RegionSelector.explainPrimarySelection(Actor actor,
LocalSession session,
Vector position)
Tell the player information about his/her primary selection.
|
void |
RegionSelector.explainRegionAdjust(Actor actor,
LocalSession session)
The the player information about the region's changes.
|
void |
RegionSelector.explainSecondarySelection(Actor actor,
LocalSession session,
Vector position)
Tell the player information about his/her secondary selection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConvexPolyhedralRegionSelector.describeCUI(LocalSession session,
Actor player) |
void |
CylinderRegionSelector.describeCUI(LocalSession session,
Actor player) |
void |
Polygonal2DRegionSelector.describeCUI(LocalSession session,
Actor player) |
void |
CuboidRegionSelector.describeCUI(LocalSession session,
Actor player) |
void |
EllipsoidRegionSelector.describeCUI(LocalSession session,
Actor player) |
void |
ConvexPolyhedralRegionSelector.describeLegacyCUI(LocalSession session,
Actor player) |
void |
CylinderRegionSelector.describeLegacyCUI(LocalSession session,
Actor player) |
void |
Polygonal2DRegionSelector.describeLegacyCUI(LocalSession session,
Actor player) |
void |
CuboidRegionSelector.describeLegacyCUI(LocalSession session,
Actor player) |
void |
EllipsoidRegionSelector.describeLegacyCUI(LocalSession session,
Actor player) |
void |
ExtendingCuboidRegionSelector.explainPrimarySelection(Actor player,
LocalSession session,
Vector pos) |
void |
ConvexPolyhedralRegionSelector.explainPrimarySelection(Actor player,
LocalSession session,
Vector pos) |
void |
CylinderRegionSelector.explainPrimarySelection(Actor player,
LocalSession session,
Vector pos) |
void |
Polygonal2DRegionSelector.explainPrimarySelection(Actor player,
LocalSession session,
Vector pos) |
void |
CuboidRegionSelector.explainPrimarySelection(Actor player,
LocalSession session,
Vector pos) |
void |
EllipsoidRegionSelector.explainPrimarySelection(Actor player,
LocalSession session,
Vector pos) |
void |
ConvexPolyhedralRegionSelector.explainRegionAdjust(Actor player,
LocalSession session) |
void |
CylinderRegionSelector.explainRegionAdjust(Actor player,
LocalSession session) |
void |
Polygonal2DRegionSelector.explainRegionAdjust(Actor player,
LocalSession session) |
void |
CuboidRegionSelector.explainRegionAdjust(Actor player,
LocalSession session) |
void |
EllipsoidRegionSelector.explainRegionAdjust(Actor player,
LocalSession session) |
void |
SphereRegionSelector.explainSecondarySelection(Actor player,
LocalSession session,
Vector pos) |
void |
ExtendingCuboidRegionSelector.explainSecondarySelection(Actor player,
LocalSession session,
Vector pos) |
void |
ConvexPolyhedralRegionSelector.explainSecondarySelection(Actor player,
LocalSession session,
Vector pos) |
void |
CylinderRegionSelector.explainSecondarySelection(Actor player,
LocalSession session,
Vector pos) |
void |
Polygonal2DRegionSelector.explainSecondarySelection(Actor player,
LocalSession session,
Vector pos) |
void |
CuboidRegionSelector.explainSecondarySelection(Actor player,
LocalSession session,
Vector pos) |
void |
EllipsoidRegionSelector.explainSecondarySelection(Actor player,
LocalSession session,
Vector pos) |
Copyright © 2010-2014. All Rights Reserved.