| Package | Description |
|---|---|
| com.sk89q.worldedit.blocks | |
| com.sk89q.worldedit.bukkit | |
| com.sk89q.worldedit.foundation |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBlock
Represents a block.
|
class |
ChestBlock
Represents a chest block.
|
class |
ContainerBlock
Represents a block that stores items.
|
class |
DispenserBlock
Represents dispensers.
|
class |
FurnaceBlock
Represents a furnace block.
|
class |
MobSpawnerBlock
A mob spawner block.
|
class |
NoteBlock
A note block.
|
class |
SignBlock
Represents a sign block.
|
class |
SkullBlock
A skull block.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNmsBlock
A blind handler of blocks with TileEntity data that directly access Minecraft's
classes through CraftBukkit.
|
class |
NmsBlock |
| Constructor and Description |
|---|
DefaultNmsBlock(int type,
int data,
TileEntityBlock tileEntityBlock)
Create a new instance with a given type ID, data value, and previous
TileEntityBlock-implementing object. |
| Modifier and Type | Class and Description |
|---|---|
class |
Block
Represents a mutable copy of a block that is not tied to any 'real' block in a world.
|
Copyright © 2010-2014. All Rights Reserved.