Package net.minecraft.world
Class AnvilWorldSaveHandler
java.lang.Object
net.minecraft.world.WorldSaveHandler
net.minecraft.world.AnvilWorldSaveHandler
- All Implemented Interfaces:
PlayerDataHandler,SaveHandler
- Mappings:
Namespace Name official cbvintermediary net/minecraft/class_93named net/minecraft/world/AnvilWorldSaveHandler
-
Field Summary
Fields inherited from class net.minecraft.world.WorldSaveHandler
field_19755 -
Constructor Summary
ConstructorsConstructorDescriptionAnvilWorldSaveHandler(File file, String string, MinecraftServer minecraftServer, com.mojang.datafixers.DataFixer dataFixer) -
Method Summary
Modifier and TypeMethodDescriptiongetChunkWriter(Dimension dim) voidvoidsaveWorld(LevelProperties properties, NbtCompound nbt) Methods inherited from class net.minecraft.world.WorldSaveHandler
getInstance, getLevelProperties, getPlayerData, getSavedPlayerIds, getWorldFolder, method_11956, method_17967, method_243, readSessionLock, savePlayerData, saveWorld
-
Constructor Details
-
AnvilWorldSaveHandler
public AnvilWorldSaveHandler(File file, String string, @Nullable MinecraftServer minecraftServer, com.mojang.datafixers.DataFixer dataFixer)
-
-
Method Details
-
getChunkWriter
- Specified by:
getChunkWriterin interfaceSaveHandler- Overrides:
getChunkWriterin classWorldSaveHandler- Mappings:
Namespace Name Mixin selector official aLccc;a(Lboc;)Lbnw;intermediary method_242Lnet/minecraft/class_101;method_242(Lnet/minecraft/class_1208;)Lnet/minecraft/class_1199;named getChunkWriterLnet/minecraft/world/SaveHandler;getChunkWriter(Lnet/minecraft/world/dimension/Dimension;)Lnet/minecraft/world/chunk/ChunkStorage;
-
saveWorld
- Specified by:
saveWorldin interfaceSaveHandler- Overrides:
saveWorldin classWorldSaveHandler- Mappings:
Namespace Name Mixin selector official aLccc;a(Lccb;Lgy;)Vintermediary method_241Lnet/minecraft/class_101;method_241(Lnet/minecraft/class_100;Lnet/minecraft/class_322;)Vnamed saveWorldLnet/minecraft/world/SaveHandler;saveWorld(Lnet/minecraft/world/level/LevelProperties;Lnet/minecraft/nbt/NbtCompound;)V
-
method_239
public void method_239()- Specified by:
method_239in interfaceSaveHandler- Overrides:
method_239in classWorldSaveHandler- Mappings:
Namespace Name Mixin selector official aLccc;a()Vintermediary method_239Lnet/minecraft/class_101;method_239()Vnamed method_239Lnet/minecraft/world/SaveHandler;method_239()V
-