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