Uses of Enum Class
at.syntaxerror.syntaxnbt.NBTCompression
Packages that use NBTCompression
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 NBTCompression in at.syntaxerror.syntaxnbt
Methods in at.syntaxerror.syntaxnbt that return NBTCompressionModifier and TypeMethodDescriptionstatic NBTCompressionNBTCompression.getCompressionFromId(byte id) Converts anIDinto its corresponding compression schemestatic NBTCompressionReturns the enum constant of this class with the specified name.static NBTCompression[]NBTCompression.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in at.syntaxerror.syntaxnbt with parameters of type NBTCompressionModifier and TypeMethodDescriptionstatic TagCompoundNBTUtil.deserialize(InputStream input, NBTCompression compression) Reads and populates a compound tag from a stream (NBT format)static voidNBTUtil.serialize(String name, TagCompound compound, OutputStream output, NBTCompression compression) Writes a compound tag to a stream (NBT format) -
Uses of NBTCompression in at.syntaxerror.syntaxnbt.internal
Methods in at.syntaxerror.syntaxnbt.internal that return NBTCompressionModifier and TypeMethodDescriptionstatic NBTCompressionNBTCompressionUtil.findCompression(InputStream stream) Determines the compression of the stream. -
Uses of NBTCompression in at.syntaxerror.syntaxnbt.region
Methods in at.syntaxerror.syntaxnbt.region that return NBTCompressionModifier and TypeMethodDescriptionChunk.getCompression()Returns the compression scheme used for this chunk@NonNull NBTCompressionRegion.getCompression()Returns the default compression scheme for chunksMethods in at.syntaxerror.syntaxnbt.region with parameters of type NBTCompressionModifier and TypeMethodDescriptionbyte[]Chunk.serialize(NBTCompression compression) Deprecated.internal use onlyChunk.setCompression(NBTCompression compression) Sets the compression scheme used for this chunk.voidRegion.setCompression(@NonNull NBTCompression compression) Sets the default compression scheme for chunks