| Package | Description |
|---|---|
| com.sk89q.worldedit.bags | |
| com.sk89q.worldedit.bukkit |
| Modifier and Type | Class and Description |
|---|---|
class |
OutOfBlocksException |
class |
OutOfSpaceException |
class |
UnplaceableBlockException |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockBag.fetchBlock(int id)
Get a block.
|
void |
BlockBag.fetchItem(BaseItem item)
Get a block.
|
void |
BlockBag.fetchPlacedBlock(int id)
Deprecated.
Use
BlockBag.fetchPlacedBlock(int,int) instead |
void |
BlockBag.fetchPlacedBlock(int id,
int data)
Sets a block as if it was placed by hand.
|
void |
BlockBag.storeBlock(int id)
Store a block.
|
void |
BlockBag.storeDroppedBlock(int id)
Deprecated.
Use
BlockBag.storeDroppedBlock(int, int) instead |
void |
BlockBag.storeDroppedBlock(int id,
int data)
Stores a block as if it was mined.
|
void |
BlockBag.storeItem(BaseItem item)
Store a block.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BukkitPlayerBlockBag.fetchItem(BaseItem item)
Get a block.
|
void |
BukkitPlayerBlockBag.storeItem(BaseItem item)
Store a block.
|
Copyright © 2010-2014. All Rights Reserved.