Package net.minecraft.world.level.chunk.storage
@ParametersAreNonnullByDefault
package net.minecraft.world.level.chunk.storage
-
ClassDescriptionKeeps track of which parts of a region file are used and which parts are free.This class handles a single region (or anvil) file and all files for single chunks at chunk positions for that one region file.Handles reading and writing the
region files
for aLevel
.A decorator for input and output streams used to read and write the chunk data from region files.