| Modifier and Type | Method and Description |
|---|---|
static CuboidClipboard |
CuboidClipboard.loadSchematic(File path)
Deprecated.
|
void |
CuboidClipboard.saveSchematic(File path)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
BaseItemStack[] |
ContainerBlock.deserializeInventory(List<CompoundTag> items) |
BaseItemStack |
ContainerBlock.deserializeItem(Map<String,Tag> data) |
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 |
|---|---|
void |
DefaultNmsBlock.setNbtData(CompoundTag tag) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChunkStoreException |
class |
InvalidFormatException |
class |
MissingChunkException |
class |
MissingWorldException |
| Modifier and Type | Method and Description |
|---|---|
BaseBlock |
AnvilChunk.getBlock(Vector pos) |
BaseBlock |
OldChunk.getBlock(Vector pos) |
BaseBlock |
Chunk.getBlock(Vector pos)
Get a block;
|
int |
AnvilChunk.getBlockData(Vector pos) |
int |
OldChunk.getBlockData(Vector pos) |
int |
Chunk.getBlockData(Vector pos)
Get the block data of a block.
|
int |
AnvilChunk.getBlockID(Vector pos) |
int |
OldChunk.getBlockID(Vector pos) |
int |
Chunk.getBlockID(Vector pos)
Get the block ID of a block.
|
Chunk |
ChunkStore.getChunk(Vector2D pos,
LocalWorld world)
Get a chunk at a location.
|
InputStream |
McRegionReader.getChunkInputStream(Vector2D pos)
Gets the uncompressed data input stream for a chunk.
|
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.
|
protected abstract InputStream |
McRegionChunkStore.getInputStream(String name,
String worldname)
Get the input stream for a chunk file.
|
protected InputStream |
FileMcRegionChunkStore.getInputStream(String name,
String world) |
protected InputStream |
TrueZipMcRegionChunkStore.getInputStream(String name,
String worldname)
Get the input stream for a chunk file.
|
protected InputStream |
ZippedMcRegionChunkStore.getInputStream(String name,
String worldname)
Get the input stream for a chunk file.
|
protected InputStream |
TrueZipLegacyChunkStore.getInputStream(String f1,
String f2,
String name)
Get the input stream for a chunk file.
|
protected InputStream |
ZippedLegacyChunkStore.getInputStream(String f1,
String f2,
String name)
Get the input stream for a chunk file.
|
protected abstract InputStream |
LegacyChunkStore.getInputStream(String f1,
String f2,
String name)
Get the input stream for a chunk file.
|
protected InputStream |
FileLegacyChunkStore.getInputStream(String f1,
String f2,
String name)
Get the input stream for a chunk file.
|
protected McRegionReader |
McRegionChunkStore.getReader(Vector2D pos,
String worldname) |
| Constructor and Description |
|---|
AnvilChunk(LocalWorld world,
CompoundTag tag)
Construct the chunk with a compound tag.
|
McRegionReader(InputStream stream)
Construct the reader.
|
OldChunk(LocalWorld world,
CompoundTag tag)
Construct the chunk with a compound tag.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
abstract CuboidClipboard |
SchematicFormat.load(File file)
Loads a schematic from the given file into a CuboidClipboard
|
CuboidClipboard |
MCEditSchematicFormat.load(File file) |
abstract void |
SchematicFormat.save(CuboidClipboard clipboard,
File file)
Saves the data from the specified CuboidClipboard to the given file, overwriting any
existing data in the file
|
void |
MCEditSchematicFormat.save(CuboidClipboard clipboard,
File file) |
| Modifier and Type | Method and Description |
|---|---|
ChunkStore |
Snapshot._getChunkStore()
Get a chunk store.
|
ChunkStore |
Snapshot.getChunkStore()
Get a chunk store.
|
Copyright © 2010-2014. All Rights Reserved.