Uses of Class
at.syntaxerror.syntaxnbt.region.Region
Packages that use Region
Package
Description
This package contains basic NBT utility classes
Package is internal use only (not accessible by other modules)
This package contains NBT serializers and deserializers.
This package contains classes regarding Regions and Chunks
-
Uses of Region in at.syntaxerror.syntaxnbt
Methods in at.syntaxerror.syntaxnbt that return RegionModifier and TypeMethodDescriptionstatic RegionNBTUtil.deserializeRegion(RandomAccessFile input) Reads and populates a region from a fileMethods in at.syntaxerror.syntaxnbt with parameters of type RegionModifier and TypeMethodDescriptionstatic voidNBTUtil.serializeRegion(Region region, RandomAccessFile output) Writes a region to a file -
Uses of Region in at.syntaxerror.syntaxnbt.internal
Methods in at.syntaxerror.syntaxnbt.internal that return RegionModifier and TypeMethodDescriptionstatic RegionRegionUtil.deserialize(RandomAccessFile input) Reads a region from a stream (NBT format)Methods in at.syntaxerror.syntaxnbt.internal with parameters of type RegionModifier and TypeMethodDescriptionstatic voidRegionUtil.serialize(Region region, RandomAccessFile output) Writes a region to a stream -
Uses of Region in at.syntaxerror.syntaxnbt.region
Methods in at.syntaxerror.syntaxnbt.region that return RegionModifier and TypeMethodDescriptionOverrides a specific chunkRegion.setTimestamp(int x, int z, int time) Overrides the timestamp for a specific chunk