| Modifier and Type | Class and Description |
|---|---|
class |
ServerInterface
Deprecated.
Use
Platform wherever possible |
| Modifier and Type | Class and Description |
|---|---|
class |
BukkitServerInterface |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TraceTool.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session) |
boolean |
DistanceWand.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session) |
boolean |
LongRangeBuildTool.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session) |
boolean |
BrushTool.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session) |
boolean |
QueryTool.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
FloatingTreeRemover.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
RecursivePickaxe.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
AreaPickaxe.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
BlockDataCyler.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
FloodFillTool.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
BlockReplacer.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
SinglePickaxe.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
TreePlanter.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
BlockTool.actPrimary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
DoubleActionTraceTool.actSecondary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session) |
boolean |
DistanceWand.actSecondary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session) |
boolean |
LongRangeBuildTool.actSecondary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session) |
boolean |
DoubleActionBlockTool.actSecondary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
BlockDataCyler.actSecondary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
boolean |
BlockReplacer.actSecondary(Platform server,
LocalConfiguration config,
Player player,
LocalSession session,
Location clicked) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultiUserPlatform
Implements a platform with multiple connected users.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPlatform
An abstract implementation of
Platform. |
| Modifier and Type | Method and Description |
|---|---|
Platform |
PlatformManager.queryCapability(Capability capability)
Get the preferred platform for handling a certain capability.
|
| Modifier and Type | Method and Description |
|---|---|
List<Platform> |
PlatformManager.getPlatforms()
Get a list of loaded platforms.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformManager.register(Platform platform)
Register a platform with WorldEdit.
|
boolean |
PlatformManager.unregister(Platform platform)
Unregister a platform from WorldEdit.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServerInterfaceAdapter
Adapts
Platforms into the legacy ServerInterface. |
| Modifier and Type | Method and Description |
|---|---|
static ServerInterface |
ServerInterfaceAdapter.adapt(Platform platform)
Adapt an
Platform instance into a ServerInterface. |
boolean |
LocalWorldAdapter.queueBlockBreakEffect(Platform server,
Vector position,
int blockId,
double priority) |
| Modifier and Type | Field and Description |
|---|---|
protected Platform |
CraftScriptEnvironment.server |
| Constructor and Description |
|---|
CraftScriptContext(WorldEdit controller,
Platform server,
LocalConfiguration config,
LocalSession session,
Player player,
String[] args) |
CraftScriptEnvironment(WorldEdit controller,
Platform server,
LocalConfiguration config,
LocalSession session,
Player player) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractWorld.queueBlockBreakEffect(Platform server,
Vector position,
int blockId,
double priority) |
boolean |
World.queueBlockBreakEffect(Platform server,
Vector position,
int blockId,
double priority)
Queue a block break effect.
|
Copyright © 2010-2014. All Rights Reserved.