| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.blocks | |
| com.sk89q.worldedit.bukkit |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
LocalWorld.dropItem(Vector pt,
BaseItemStack item)
Drop an item.
|
void |
LocalWorld.dropItem(Vector pt,
BaseItemStack item,
int times)
Drop an item.
|
| Modifier and Type | Method and Description |
|---|---|
BaseItemStack[] |
ContainerBlock.deserializeInventory(List<CompoundTag> items) |
BaseItemStack |
ContainerBlock.deserializeItem(Map<String,Tag> data) |
static BaseItemStack |
BlockType.getBlockDrop(int id,
short data) |
BaseItemStack |
BlockType.getBlockDrop(short data) |
BaseItemStack[] |
ContainerBlock.getItems()
Get the list of items.
|
| Modifier and Type | Method and Description |
|---|---|
List<CompoundTag> |
ContainerBlock.serializeInventory(BaseItemStack[] items) |
Map<String,Tag> |
ContainerBlock.serializeItem(BaseItemStack item) |
void |
ContainerBlock.setItems(BaseItemStack[] items)
Set the list of items.
|
| Constructor and Description |
|---|
ChestBlock(int data,
BaseItemStack[] items)
Construct the chest block with a custom data value and a list of items.
|
DispenserBlock(int data,
BaseItemStack[] items)
Construct a dispenser block with the given orientation and inventory.
|
FurnaceBlock(int type,
int data,
BaseItemStack[] items)
Construct an furnace block with a given orientation and inventory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BukkitWorld.dropItem(Vector pt,
BaseItemStack item)
Drop an item.
|
Copyright © 2010-2014. All Rights Reserved.