| Package | Description |
|---|---|
| com.sk89q.worldedit.blocks | |
| com.sk89q.worldedit.bukkit | |
| com.sk89q.worldedit.data | |
| com.sk89q.worldedit.foundation |
| Modifier and Type | Method and Description |
|---|---|
CompoundTag |
SkullBlock.getNbtData() |
CompoundTag |
DispenserBlock.getNbtData() |
CompoundTag |
FurnaceBlock.getNbtData() |
CompoundTag |
MobSpawnerBlock.getNbtData() |
CompoundTag |
SignBlock.getNbtData() |
CompoundTag |
NoteBlock.getNbtData() |
CompoundTag |
ChestBlock.getNbtData() |
| Modifier and Type | Method and Description |
|---|---|
List<CompoundTag> |
ContainerBlock.serializeInventory(BaseItemStack[] items) |
| Modifier and Type | Method and Description |
|---|---|
void |
SkullBlock.setNbtData(CompoundTag rootTag) |
void |
DispenserBlock.setNbtData(CompoundTag rootTag) |
void |
FurnaceBlock.setNbtData(CompoundTag rootTag) |
void |
MobSpawnerBlock.setNbtData(CompoundTag rootTag) |
void |
SignBlock.setNbtData(CompoundTag rootTag) |
void |
NoteBlock.setNbtData(CompoundTag rootTag) |
void |
ChestBlock.setNbtData(CompoundTag rootTag) |
| Modifier and Type | Method and Description |
|---|---|
BaseItemStack[] |
ContainerBlock.deserializeInventory(List<CompoundTag> items) |
| Modifier and Type | Method and Description |
|---|---|
CompoundTag |
DefaultNmsBlock.getNbtData() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNmsBlock.setNbtData(CompoundTag tag) |
| Modifier and Type | Method and Description |
|---|---|
CompoundTag |
McRegionChunkStore.getChunkTag(Vector2D pos,
LocalWorld world) |
CompoundTag |
LegacyChunkStore.getChunkTag(Vector2D pos,
LocalWorld world)
Get the tag for a chunk.
|
abstract CompoundTag |
ChunkStore.getChunkTag(Vector2D pos,
LocalWorld world)
Get the tag for a chunk.
|
| Constructor and Description |
|---|
AnvilChunk(LocalWorld world,
CompoundTag tag)
Construct the chunk with a compound tag.
|
OldChunk(LocalWorld world,
CompoundTag tag)
Construct the chunk with a compound tag.
|
| Modifier and Type | Method and Description |
|---|---|
CompoundTag |
NbtValued.getNbtData()
Get the object's NBT data (tile entity data).
|
CompoundTag |
Block.getNbtData() |
| Modifier and Type | Method and Description |
|---|---|
void |
NbtValued.setNbtData(CompoundTag nbtData)
Set the object's NBT data (tile entity data).
|
void |
Block.setNbtData(CompoundTag nbtData) |
| Constructor and Description |
|---|
Block(int id,
int data,
CompoundTag nbtData)
Construct a block with the given ID, data value, and NBT data structure.
|
Copyright © 2010-2014. All Rights Reserved.