Class AlphaChunkIo
java.lang.Object
net.minecraft.world.level.storage.AlphaChunkIo
public class AlphaChunkIo extends Object
- Mappings:
Namespace Name official cltintermediary net/minecraft/class_2864named net/minecraft/world/level/storage/AlphaChunkIo
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAlphaChunkIo.AlphaChunk -
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, NbtCompound tag, BiomeSource biomeSource)static AlphaChunkIo.AlphaChunkreadAlphaChunk(NbtCompound tag)
-
Field Details
-
world
- Mappings:
Namespace Name Mixin selector official aLclt;a:Lbvc;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 aLclt;a(Lmr;)Lclt$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/NbtCompound;)Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;
-
convertAlphaChunk
public static void convertAlphaChunk(DynamicRegistryManager.Impl impl, AlphaChunkIo.AlphaChunk alphaChunk, NbtCompound tag, BiomeSource biomeSource)- Mappings:
Namespace Name Mixin selector official aLclt;a(Lgo$b;Lclt$a;Lmr;Lbwc;)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/NbtCompound;Lnet/minecraft/world/biome/source/BiomeSource;)V
-