| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.bukkit | |
| com.sk89q.worldedit.entity | |
| com.sk89q.worldedit.extent.inventory |
| Modifier and Type | Method and Description |
|---|---|
BlockBag |
EditSession.getBlockBag()
Get the
BlockBag is used. |
BlockBag |
LocalSession.getBlockBag(Player player)
Get a block bag for a player.
|
| Modifier and Type | Method and Description |
|---|---|
EditSession |
EditSessionFactory.getEditSession(LocalWorld world,
int maxBlocks,
BlockBag blockBag)
Deprecated.
We are replacing
LocalWorld with World, so use EditSessionFactory.getEditSession(World, int, BlockBag) instead |
EditSession |
EditSessionFactory.getEditSession(LocalWorld world,
int maxBlocks,
BlockBag blockBag,
LocalPlayer player)
Deprecated.
We are replacing
LocalWorld with World, so use EditSessionFactory.getEditSession(World, int, BlockBag, Player) instead |
EditSession |
EditSessionFactory.getEditSession(World world,
int maxBlocks,
BlockBag blockBag)
Construct an edit session with a maximum number of blocks and a block bag.
|
EditSession |
EditSessionFactory.getEditSession(World world,
int maxBlocks,
BlockBag blockBag,
Player 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
|
EditSession |
LocalSession.redo(BlockBag newBlockBag,
Player player)
Performs a redo
|
void |
EditSession.setBlockBag(BlockBag blockBag)
Set a
BlockBag to use. |
EditSession |
LocalSession.undo(BlockBag newBlockBag,
LocalPlayer player)
Performs an undo.
|
EditSession |
LocalSession.undo(BlockBag newBlockBag,
Player player)
Performs an undo.
|
| Constructor and Description |
|---|
EditSession(LocalWorld world,
int maxBlocks,
BlockBag blockBag)
Deprecated.
use
WorldEdit.getEditSessionFactory() to create EditSessions |
| Modifier and Type | Class and Description |
|---|---|
class |
BukkitPlayerBlockBag |
| Modifier and Type | Method and Description |
|---|---|
BlockBag |
BukkitPlayer.getInventoryBlockBag() |
| Modifier and Type | Method and Description |
|---|---|
BlockBag |
Player.getInventoryBlockBag()
Get this actor's block bag.
|
| Modifier and Type | Method and Description |
|---|---|
BlockBag |
BlockBagExtent.getBlockBag()
Get the block bag.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockBagExtent.setBlockBag(BlockBag blockBag)
Set the block bag.
|
| Constructor and Description |
|---|
BlockBagExtent(Extent extent,
BlockBag blockBag)
Create a new instance.
|
Copyright © 2010-2014. All Rights Reserved.