Class AlphaChunkIo
java.lang.Object
net.minecraft.world.level.storage.AlphaChunkIo
public class AlphaChunkIo extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AlphaChunkIo.AlphaChunk
-
Field Summary
Fields Modifier and Type Field Description private static HeightLimitView
field_28130
-
Constructor Summary
Constructors Constructor Description AlphaChunkIo()
-
Method Summary
Modifier and Type Method Description static void
convertAlphaChunk(DynamicRegistryManager.Impl impl, AlphaChunkIo.AlphaChunk alphaChunk, CompoundTag compoundTag, BiomeSource biomeSource)
static AlphaChunkIo.AlphaChunk
readAlphaChunk(CompoundTag tag)
-
Field Details
-
field_28130
-
-
Constructor Details
-
AlphaChunkIo
public AlphaChunkIo()
-
-
Method Details
-
readAlphaChunk
-
convertAlphaChunk
public static void convertAlphaChunk(DynamicRegistryManager.Impl impl, AlphaChunkIo.AlphaChunk alphaChunk, CompoundTag compoundTag, BiomeSource biomeSource)
-