Class AlphaChunkIo
java.lang.Object
net.minecraft.world.level.storage.AlphaChunkIo
public class AlphaChunkIo extends Object
- Mappings:
Namespace Name official ckmintermediary net/minecraft/class_2864named net/minecraft/world/level/storage/AlphaChunkIo
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAlphaChunkIo.AlphaChunk(package private) static classAlphaChunkIo.AlphaHeightLimitView -
Field Summary
Fields Modifier and Type Field Description private static HeightLimitViewworld -
Constructor Summary
Constructors Constructor Description AlphaChunkIo() -
Method Summary
Modifier and Type Method Description static voidconvertAlphaChunk(DynamicRegistryManager.Impl impl, AlphaChunkIo.AlphaChunk alphaChunk, CompoundTag tag, BiomeSource biomeSource)static AlphaChunkIo.AlphaChunkreadAlphaChunk(CompoundTag tag)
-
Field Details
-
world
- Mappings:
Namespace Name Mixin selector official aLckm;a:Lbtx;intermediary field_28130Lnet/minecraft/class_2864;field_28130:Lnet/minecraft/class_5539;named worldLnet/minecraft/world/level/storage/AlphaChunkIo;world:Lnet/minecraft/world/HeightLimitView;
-
-
Constructor Details
-
AlphaChunkIo
public AlphaChunkIo()
-
-
Method Details
-
readAlphaChunk
- Mappings:
Namespace Name Mixin selector official aLckm;a(Lmq;)Lckm$a;intermediary method_12433Lnet/minecraft/class_2864;method_12433(Lnet/minecraft/class_2487;)Lnet/minecraft/class_2864$class_2865;named readAlphaChunkLnet/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 aLckm;a(Lgo$b;Lckm$a;Lmq;Lbux;)Vintermediary method_12432Lnet/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;)Vnamed convertAlphaChunkLnet/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
-