| Package | Description |
|---|---|
| com.sk89q.worldedit.blocks | |
| com.sk89q.worldedit.bukkit |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBlock
Represents a mutable "snapshot" of 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 |
LazyBlock
A implementation of a lazy block for
InputExtent.getLazyBlock(Vector)
that takes the block's ID and metadata, but will defer loading of NBT
data until time of access. |
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 | Method and Description |
|---|---|
boolean |
BukkitWorld.setBlock(Vector pt,
Block block,
boolean notifyAdjacent)
Deprecated.
|
Copyright © 2010-2014. All Rights Reserved.