| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataException
Deprecated.
Switch to
DataException |
| Modifier and Type | Method and Description |
|---|---|
BaseBlock |
OldChunk.getBlock(Vector position) |
BaseBlock |
Chunk.getBlock(Vector position)
Get a block;
|
BaseBlock |
AnvilChunk.getBlock(Vector position) |
int |
OldChunk.getBlockData(Vector position) |
int |
Chunk.getBlockData(Vector position)
Get the block data of a block.
|
int |
AnvilChunk.getBlockData(Vector position) |
int |
OldChunk.getBlockID(Vector position) |
int |
Chunk.getBlockID(Vector position)
Get the block ID of a block.
|
int |
AnvilChunk.getBlockID(Vector position) |
| Constructor and Description |
|---|
AnvilChunk(World world,
CompoundTag tag)
Construct the chunk with a compound tag.
|
OldChunk(World world,
CompoundTag tag)
Construct the chunk with a compound tag.
|
| Modifier and Type | Method and Description |
|---|---|
ChunkStore |
Snapshot.getChunkStore()
Get a chunk store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChunkStoreException |
class |
InvalidFormatException |
class |
MissingChunkException
Thrown if a chunk is missing.
|
class |
MissingWorldException
Thrown if the world is missing.
|
| Modifier and Type | Method and Description |
|---|---|
Chunk |
ChunkStore.getChunk(Vector2D position,
World world)
Get a chunk at a location.
|
InputStream |
McRegionReader.getChunkInputStream(Vector2D position)
Gets the uncompressed data input stream for a chunk.
|
CompoundTag |
McRegionChunkStore.getChunkTag(Vector2D position,
World world) |
CompoundTag |
LegacyChunkStore.getChunkTag(Vector2D position,
World world) |
abstract CompoundTag |
ChunkStore.getChunkTag(Vector2D position,
World 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 |
TrueZipMcRegionChunkStore.getInputStream(String name,
String worldName)
Get the input stream for a chunk file.
|
protected InputStream |
ZippedMcRegionChunkStore.getInputStream(String name,
String worldName) |
protected InputStream |
FileMcRegionChunkStore.getInputStream(String name,
String world) |
protected abstract InputStream |
LegacyChunkStore.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 InputStream |
FileLegacyChunkStore.getInputStream(String f1,
String f2,
String name)
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 McRegionReader |
McRegionChunkStore.getReader(Vector2D pos,
String worldname) |
| Constructor and Description |
|---|
McRegionReader(InputStream stream)
Construct the reader.
|
Copyright © 2010-2014. All Rights Reserved.