Uses of Class
at.syntaxerror.syntaxnbt.region.Chunk
Packages that use Chunk
Package
Description
This package contains classes regarding Regions and Chunks
-
Uses of Chunk in at.syntaxerror.syntaxnbt.region
Methods in at.syntaxerror.syntaxnbt.region that return ChunkModifier and TypeMethodDescriptionRegion.getChunk(int x, int z) Returns a specific chunk.Chunk.setCompression(NBTCompression compression) Sets the compression scheme used for this chunk.Chunk.setDirty(boolean dirty) Sets whether this chunk is marked as dirty (has been changed since last serialization).Chunk.setRaw(TagCompound data) Overrides the chunk data in this chunkMethods in at.syntaxerror.syntaxnbt.region with parameters of type Chunk