Class AlphaChunkStorage
java.lang.Object
net.minecraft.world.chunk.storage.AlphaChunkStorage
- All Implemented Interfaces:
ChunkStorage
- Mappings:
Namespace Name intermediary net/minecraft/class_445glue class_475server mgclient tonamed net/minecraft/world/chunk/storage/AlphaChunkStorage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidflush()private FilegetChunkFile(int chunkX, int chunkZ) static ChunkloadChunkFromNbt(World world, NbtCompound nbt) voidstatic voidsaveChunkToNbt(Chunk chunk, World world, NbtCompound nbt) voidsaveEntities(World world, Chunk chunk) voidtick()
-
Field Details
-
dir
- Mappings:
Namespace Name Mixin selector intermediary field_1701Lnet/minecraft/class_445;field_1701:Ljava/io/File;glue field_1859Lclass_475;field_1859:Ljava/io/File;server aLmg;a:Ljava/io/File;client aLto;a:Ljava/io/File;named dirLnet/minecraft/world/chunk/storage/AlphaChunkStorage;dir:Ljava/io/File;
-
make
private boolean make- Mappings:
Namespace Name Mixin selector intermediary field_1702Lnet/minecraft/class_445;field_1702:Zglue field_1860Lclass_475;field_1860:Zserver bLmg;b:Zclient bLto;b:Znamed makeLnet/minecraft/world/chunk/storage/AlphaChunkStorage;make:Z
-
-
Constructor Details
-
AlphaChunkStorage
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_445;<init>(Ljava/io/File;Z)Vglue <init>Lclass_475;<init>(Ljava/io/File;Z)Vserver <init>Lmg;<init>(Ljava/io/File;Z)Vclient <init>Lto;<init>(Ljava/io/File;Z)Vnamed <init>Lnet/minecraft/world/chunk/storage/AlphaChunkStorage;<init>(Ljava/io/File;Z)V
-
-
Method Details
-
getChunkFile
- Mappings:
Namespace Name Mixin selector intermediary method_1478Lnet/minecraft/class_445;method_1478(II)Ljava/io/File;glue method_1743Lclass_475;method_1743(II)Ljava/io/File;server aLmg;a(II)Ljava/io/File;client aLto;a(II)Ljava/io/File;named getChunkFileLnet/minecraft/world/chunk/storage/AlphaChunkStorage;getChunkFile(II)Ljava/io/File;
-
loadChunk
- Specified by:
loadChunkin interfaceChunkStorage- Mappings:
Namespace Name Mixin selector intermediary method_811Lnet/minecraft/class_243;method_811(Lnet/minecraft/class_18;II)Lnet/minecraft/class_43;glue method_70Lclass_26;method_70(Lclass_129;II)Lclass_279;server aLan;a(Ldj;II)Lhi;client aLbf;a(Lfd;II)Llm;named loadChunkLnet/minecraft/world/chunk/storage/ChunkStorage;loadChunk(Lnet/minecraft/world/World;II)Lnet/minecraft/world/chunk/Chunk;
-
saveChunk
- Specified by:
saveChunkin interfaceChunkStorage- Mappings:
Namespace Name Mixin selector intermediary method_812Lnet/minecraft/class_243;method_812(Lnet/minecraft/class_18;Lnet/minecraft/class_43;)Vglue method_71Lclass_26;method_71(Lclass_129;Lclass_279;)Vserver aLan;a(Ldj;Lhi;)Vclient aLbf;a(Lfd;Llm;)Vnamed saveChunkLnet/minecraft/world/chunk/storage/ChunkStorage;saveChunk(Lnet/minecraft/world/World;Lnet/minecraft/world/chunk/Chunk;)V
-
saveChunkToNbt
- Mappings:
Namespace Name Mixin selector intermediary method_1480Lnet/minecraft/class_445;method_1480(Lnet/minecraft/class_43;Lnet/minecraft/class_18;Lnet/minecraft/class_8;)Vglue method_1745Lclass_475;method_1745(Lclass_279;Lclass_129;Lclass_333;)Vserver aLmg;a(Lhi;Ldj;Liq;)Vclient aLto;a(Llm;Lfd;Lnu;)Vnamed saveChunkToNbtLnet/minecraft/world/chunk/storage/AlphaChunkStorage;saveChunkToNbt(Lnet/minecraft/world/chunk/Chunk;Lnet/minecraft/world/World;Lnet/minecraft/nbt/NbtCompound;)V
-
loadChunkFromNbt
- Mappings:
Namespace Name Mixin selector intermediary method_1479Lnet/minecraft/class_445;method_1479(Lnet/minecraft/class_18;Lnet/minecraft/class_8;)Lnet/minecraft/class_43;glue method_1744Lclass_475;method_1744(Lclass_129;Lclass_333;)Lclass_279;server aLmg;a(Ldj;Liq;)Lhi;client aLto;a(Lfd;Lnu;)Llm;named loadChunkFromNbtLnet/minecraft/world/chunk/storage/AlphaChunkStorage;loadChunkFromNbt(Lnet/minecraft/world/World;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/world/chunk/Chunk;
-
tick
public void tick()- Specified by:
tickin interfaceChunkStorage- Mappings:
Namespace Name Mixin selector intermediary method_810Lnet/minecraft/class_243;method_810()Vglue method_69Lclass_26;method_69()Vserver aLan;a()Vclient aLbf;a()Vnamed tickLnet/minecraft/world/chunk/storage/ChunkStorage;tick()V
-
flush
public void flush()- Specified by:
flushin interfaceChunkStorage- Mappings:
Namespace Name Mixin selector intermediary method_813Lnet/minecraft/class_243;method_813()Vglue method_72Lclass_26;method_72()Vserver bLan;b()Vclient bLbf;b()Vnamed flushLnet/minecraft/world/chunk/storage/ChunkStorage;flush()V
-
saveEntities
- Specified by:
saveEntitiesin interfaceChunkStorage- Mappings:
Namespace Name Mixin selector intermediary method_814Lnet/minecraft/class_243;method_814(Lnet/minecraft/class_18;Lnet/minecraft/class_43;)Vglue method_73Lclass_26;method_73(Lclass_129;Lclass_279;)Vserver bLan;b(Ldj;Lhi;)Vclient bLbf;b(Lfd;Llm;)Vnamed saveEntitiesLnet/minecraft/world/chunk/storage/ChunkStorage;saveEntities(Lnet/minecraft/world/World;Lnet/minecraft/world/chunk/Chunk;)V
-