| Package | Description |
|---|---|
| com.sk89q.worldedit.bags | |
| com.sk89q.worldedit.blocks | |
| com.sk89q.worldedit.bukkit |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockBag.fetchItem(BaseItem item)
Get a block.
|
void |
BlockBag.storeItem(BaseItem item)
Store a block.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseItemStack
Represents a stack of BaseItems.
|
| Modifier and Type | Method and Description |
|---|---|
static BaseItem |
BlockType.getBlockBagItem(int type,
int data)
Get the block or item that this block can be constructed from.
|
| 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.