Class AlphaChunkIo
java.lang.Object
net.minecraft.world.level.storage.AlphaChunkIo
public class AlphaChunkIo extends Object
- Mappings:
Namespace Name official ckm
intermediary net/minecraft/class_2864
named net/minecraft/world/level/storage/AlphaChunkIo
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AlphaChunkIo.AlphaChunk
(package private) static class
AlphaChunkIo.AlphaHeightLimitView
-
Field Summary
Fields Modifier and Type Field Description private static HeightLimitView
world
-
Constructor Summary
Constructors Constructor Description AlphaChunkIo()
-
Method Summary
Modifier and Type Method Description static void
convertAlphaChunk(DynamicRegistryManager.Impl impl, AlphaChunkIo.AlphaChunk alphaChunk, CompoundTag tag, BiomeSource biomeSource)
static AlphaChunkIo.AlphaChunk
readAlphaChunk(CompoundTag tag)
-
Field Details
-
world
- Mappings:
Namespace Name Mixin selector official a
Lckm;a:Lbtx;
intermediary field_28130
Lnet/minecraft/class_2864;field_28130:Lnet/minecraft/class_5539;
named world
Lnet/minecraft/world/level/storage/AlphaChunkIo;world:Lnet/minecraft/world/HeightLimitView;
-
-
Constructor Details
-
AlphaChunkIo
public AlphaChunkIo()
-
-
Method Details
-
readAlphaChunk
- Mappings:
Namespace Name Mixin selector official a
Lckm;a(Lmq;)Lckm$a;
intermediary method_12433
Lnet/minecraft/class_2864;method_12433(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2864$class_2865;
named readAlphaChunk
Lnet/minecraft/world/level/storage/AlphaChunkIo;readAlphaChunk(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;
-
convertAlphaChunk
public static void convertAlphaChunk(DynamicRegistryManager.Impl impl, AlphaChunkIo.AlphaChunk alphaChunk, CompoundTag tag, BiomeSource biomeSource)- Mappings:
Namespace Name Mixin selector official a
Lckm;a(Lgo$b;Lckm$a;Lmq;Lbux;)V
intermediary method_12432
Lnet/minecraft/class_2864;method_12432(Lnet/minecraft/class_5455$class_5457;Lnet/minecraft/class_2864$class_2865;Lnet/minecraft/class_2487;Lnet/minecraft/class_1966;)V
named convertAlphaChunk
Lnet/minecraft/world/level/storage/AlphaChunkIo;convertAlphaChunk(Lnet/minecraft/util/registry/DynamicRegistryManager$Impl;Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;Lnet/minecraft/nbt/CompoundTag;Lnet/minecraft/world/biome/source/BiomeSource;)V
-