| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.bukkit |
| Modifier and Type | Method and Description |
|---|---|
BlockBag |
EditSession.getBlockBag() |
BlockBag |
LocalSession.getBlockBag(LocalPlayer player)
Get a block bag for a player.
|
abstract BlockBag |
LocalPlayer.getInventoryBlockBag()
Get this player's block bag.
|
| Modifier and Type | Method and Description |
|---|---|
EditSession |
EditSessionFactory.getEditSession(LocalWorld world,
int maxBlocks,
BlockBag blockBag)
Construct an edit session with a maximum number of blocks and a block bag.
|
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 |
LocalSession.redo(BlockBag newBlockBag,
LocalPlayer player)
Performs a redo
|
void |
EditSession.setBlockBag(BlockBag blockBag) |
EditSession |
LocalSession.undo(BlockBag newBlockBag,
LocalPlayer player)
Performs an undo.
|
| Constructor and Description |
|---|
EditSession(LocalWorld world,
int maxBlocks,
BlockBag blockBag)
Construct the object with a maximum number of blocks and a block bag.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BukkitPlayerBlockBag |
| Modifier and Type | Method and Description |
|---|---|
BlockBag |
BukkitPlayer.getInventoryBlockBag() |
BlockBag |
BukkitCommandSender.getInventoryBlockBag() |
Copyright © 2010-2014. All Rights Reserved.