| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.event.extent |
| Modifier and Type | Method and Description |
|---|---|
static EditSession.Stage |
EditSession.Stage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EditSession.Stage[] |
EditSession.Stage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EditSession.setBlock(Vector position,
BaseBlock block,
EditSession.Stage stage)
Set a block, bypassing both history and block re-ordering.
|
| Modifier and Type | Method and Description |
|---|---|
EditSession.Stage |
EditSessionEvent.getStage()
Get the stage that is being wrapped.
|
| Modifier and Type | Method and Description |
|---|---|
EditSessionEvent |
EditSessionEvent.clone(EditSession.Stage stage)
Create a clone of this event with the given stage.
|
| Constructor and Description |
|---|
EditSessionEvent(World world,
Actor actor,
int maxBlocks,
EditSession.Stage stage)
Create a new event.
|
Copyright © 2010-2014. All Rights Reserved.