| Package | Description |
|---|---|
| com.sk89q.worldedit | |
| com.sk89q.worldedit.blocks | |
| com.sk89q.worldedit.bukkit | |
| com.sk89q.worldedit.foundation |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LocalWorld.setBlock(Vector pt,
Block block,
boolean notifyAdjacent) |
| 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 | Method and Description |
|---|---|
static boolean |
BlockType.canPassThrough(Block block)
Checks whether a block can be passed through.
|
static double |
BlockType.centralTopLimit(Block block)
Returns the y offset a player falls to when falling onto the top of a block at xp+0.5/zp+0.5.
|
static boolean |
BlockType.isNaturalTerrainBlock(Block block)
Checks if the block type is naturally occuring
|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NmsBlock.set(org.bukkit.World world,
Vector vector,
Block block) |
boolean |
BukkitWorld.setBlock(Vector pt,
Block block,
boolean notifyAdjacent) |
static boolean |
DefaultNmsBlock.setSafely(BukkitWorld world,
Vector position,
Block block,
boolean notifyAdjacent)
Tries to set a block 'safely', as in setting the block data to the location, and
then triggering physics only at the end.
|
static boolean |
NmsBlock.setSafely(org.bukkit.World world,
Vector vector,
Block block,
boolean notify) |
| Modifier and Type | Method and Description |
|---|---|
Block |
World.getBlock(Vector location)
Get a copy of the block at the given location.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
World.setBlock(Vector location,
Block block,
boolean notifyAdjacent)
Change the block at the given location to the given block.
|
Copyright © 2010-2014. All Rights Reserved.