Package net.minecraft.world
Interface SaveHandler
- All Known Implementing Classes:
class_629,EmptySaveHandler,WorldSaveHandler
public interface SaveHandler
- Mappings:
Namespace Name official atpintermediary net/minecraft/class_635named net/minecraft/world/SaveHandler
-
Method Summary
Modifier and Type Method Description ChunkWritergetChunkWriter(Dimension dim)FilegetDataFile(String fileName)PlayerDataHandlergetInstance()LevelPropertiesgetLevelProperties()FilegetWorldFolder()StringgetWorldName()voidmethod_2009()voidmethod_2012(LevelProperties properties, CompoundTag nbt)voidreadSessionLock()voidsaveLevelProperties(LevelProperties levelProperties)
-
Method Details
-
getLevelProperties
LevelProperties getLevelProperties()- Mappings:
Namespace Name Mixin selector official dLatp;d()Lato;intermediary method_2016Lnet/minecraft/class_635;method_2016()Lnet/minecraft/class_634;named getLevelPropertiesLnet/minecraft/world/SaveHandler;getLevelProperties()Lnet/minecraft/world/level/LevelProperties;
-
readSessionLock
- Throws:
WorldLoadException- Mappings:
Namespace Name Mixin selector official cLatp;c()Vintermediary method_2015Lnet/minecraft/class_635;method_2015()Vnamed readSessionLockLnet/minecraft/world/SaveHandler;readSessionLock()V
-
getChunkWriter
- Mappings:
Namespace Name Mixin selector official aLatp;a(Lanm;)Land;intermediary method_2010Lnet/minecraft/class_635;method_2010(Lnet/minecraft/class_411;)Lnet/minecraft/class_404;named getChunkWriterLnet/minecraft/world/SaveHandler;getChunkWriter(Lnet/minecraft/world/dimension/Dimension;)Lnet/minecraft/world/chunk/ChunkWriter;
-
method_2012
- Mappings:
Namespace Name Mixin selector official aLatp;a(Lato;Ldn;)Vintermediary method_2012Lnet/minecraft/class_635;method_2012(Lnet/minecraft/class_634;Lnet/minecraft/class_1405;)Vnamed method_2012Lnet/minecraft/world/SaveHandler;method_2012(Lnet/minecraft/world/level/LevelProperties;Lnet/minecraft/nbt/CompoundTag;)V
-
saveLevelProperties
- Mappings:
Namespace Name Mixin selector official aLatp;a(Lato;)Vintermediary method_2011Lnet/minecraft/class_635;method_2011(Lnet/minecraft/class_634;)Vnamed saveLevelPropertiesLnet/minecraft/world/SaveHandler;saveLevelProperties(Lnet/minecraft/world/level/LevelProperties;)V
-
getInstance
PlayerDataHandler getInstance()- Mappings:
Namespace Name Mixin selector official eLatp;e()Laty;intermediary method_2017Lnet/minecraft/class_635;method_2017()Lnet/minecraft/class_640;named getInstanceLnet/minecraft/world/SaveHandler;getInstance()Lnet/minecraft/world/PlayerDataHandler;
-
method_2009
void method_2009()- Mappings:
Namespace Name Mixin selector official aLatp;a()Vintermediary method_2009Lnet/minecraft/class_635;method_2009()Vnamed method_2009Lnet/minecraft/world/SaveHandler;method_2009()V
-
getWorldFolder
File getWorldFolder()- Mappings:
Namespace Name Mixin selector official bLatp;b()Ljava/io/File;intermediary method_2014Lnet/minecraft/class_635;method_2014()Ljava/io/File;named getWorldFolderLnet/minecraft/world/SaveHandler;getWorldFolder()Ljava/io/File;
-
getDataFile
- Mappings:
Namespace Name Mixin selector official aLatp;a(Ljava/lang/String;)Ljava/io/File;intermediary method_2013Lnet/minecraft/class_635;method_2013(Ljava/lang/String;)Ljava/io/File;named getDataFileLnet/minecraft/world/SaveHandler;getDataFile(Ljava/lang/String;)Ljava/io/File;
-
getWorldName
String getWorldName()- Mappings:
Namespace Name Mixin selector official gLatp;g()Ljava/lang/String;intermediary method_2018Lnet/minecraft/class_635;method_2018()Ljava/lang/String;named getWorldNameLnet/minecraft/world/SaveHandler;getWorldName()Ljava/lang/String;
-