| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.entity | |
| com.sk89q.worldedit.extension.platform | |
| com.sk89q.worldedit.session |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalPlayer
Deprecated.
use
Actor (or Player, etc.) instead (and AbstractPlayerActor to extend) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Player
Represents a player
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Actor
An object that can perform actions in WorldEdit.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPlayerActor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SessionManager.contains(SessionOwner owner)
Get whether a session exists for the given owner.
|
LocalSession |
SessionManager.get(SessionOwner owner)
Get the session for an owner and create one if one doesn't exist.
|
LocalSession |
SessionManager.getIfPresent(SessionOwner owner)
Gets the session for an owner and return it if it exists, otherwise
return
null. |
protected UUID |
SessionManager.getKey(SessionOwner owner)
Get the key to use in the map for an owner.
|
void |
SessionManager.remove(SessionOwner owner)
Remove the session for the given owner if one exists.
|
Copyright © 2010-2014. All Rights Reserved.