Uses of Class
net.minecraft.world.storage.ChunkCompressionFormat
Packages that use ChunkCompressionFormat
Package
Description
-
Uses of ChunkCompressionFormat in net.minecraft.util.profiling.jfr
Methods in net.minecraft.util.profiling.jfr with parameters of type ChunkCompressionFormatModifier and TypeMethodDescriptionvoidFlightProfiler.method_56979(class_9240 class_9240, ChunkPos chunkPos, ChunkCompressionFormat chunkCompressionFormat, int int2) voidFlightProfiler.NoopProfiler.method_56979(class_9240 class_9240, ChunkPos chunkPos, ChunkCompressionFormat chunkCompressionFormat, int int2) voidJfrProfiler.method_56979(class_9240 class_9240, ChunkPos chunkPos, ChunkCompressionFormat chunkCompressionFormat, int int2) voidFlightProfiler.method_56980(class_9240 class_9240, ChunkPos chunkPos, ChunkCompressionFormat chunkCompressionFormat, int int2) voidFlightProfiler.NoopProfiler.method_56980(class_9240 class_9240, ChunkPos chunkPos, ChunkCompressionFormat chunkCompressionFormat, int int2) voidJfrProfiler.method_56980(class_9240 class_9240, ChunkPos chunkPos, ChunkCompressionFormat chunkCompressionFormat, int int2) -
Uses of ChunkCompressionFormat in net.minecraft.util.profiling.jfr.event
Constructors in net.minecraft.util.profiling.jfr.event with parameters of type ChunkCompressionFormatModifierConstructorDescriptionChunkRegionEvent(class_9240 class_9240, ChunkPos chunkPos, ChunkCompressionFormat chunkCompressionFormat, int bytes) ChunkRegionReadEvent(class_9240 class_9240, ChunkPos chunkPos, ChunkCompressionFormat chunkCompressionFormat, int int2) ChunkRegionWriteEvent(class_9240 class_9240, ChunkPos chunkPos, ChunkCompressionFormat chunkCompressionFormat, int int2) -
Uses of ChunkCompressionFormat in net.minecraft.world.storage
Fields in net.minecraft.world.storage declared as ChunkCompressionFormatModifier and TypeFieldDescription(package private) final ChunkCompressionFormatRegionFile.compressionFormatprivate static ChunkCompressionFormatChunkCompressionFormat.currentFormatstatic final ChunkCompressionFormatChunkCompressionFormat.CUSTOMstatic final ChunkCompressionFormatChunkCompressionFormat.DEFAULT_FORMATstatic final ChunkCompressionFormatChunkCompressionFormat.DEFLATEstatic final ChunkCompressionFormatChunkCompressionFormat.GZIPstatic final ChunkCompressionFormatChunkCompressionFormat.LZ4static final ChunkCompressionFormatChunkCompressionFormat.UNCOMPRESSEDFields in net.minecraft.world.storage with type parameters of type ChunkCompressionFormatModifier and TypeFieldDescriptionprivate static final Object2ObjectMap<String,ChunkCompressionFormat> ChunkCompressionFormat.FORMAT_BY_NAMEprivate static final Int2ObjectMap<ChunkCompressionFormat>ChunkCompressionFormat.FORMATSMethods in net.minecraft.world.storage that return ChunkCompressionFormatModifier and TypeMethodDescriptionprivate static ChunkCompressionFormatChunkCompressionFormat.add(ChunkCompressionFormat version) static @Nullable ChunkCompressionFormatChunkCompressionFormat.get(int id) static ChunkCompressionFormatChunkCompressionFormat.getCurrentFormat()Methods in net.minecraft.world.storage with parameters of type ChunkCompressionFormatModifier and TypeMethodDescriptionprivate static ChunkCompressionFormatChunkCompressionFormat.add(ChunkCompressionFormat version) Constructors in net.minecraft.world.storage with parameters of type ChunkCompressionFormatModifierConstructorDescriptionRegionFile(class_9240 class_9240, Path path, Path path2, ChunkCompressionFormat chunkCompressionFormat, boolean bool)