Package net.minecraft.world
Class EmptySaveHandler
java.lang.Object
net.minecraft.world.EmptySaveHandler
- All Implemented Interfaces:
SaveHandler
@Environment(CLIENT) public class EmptySaveHandler extends Object implements SaveHandler
- Mappings:
Namespace Name official atxintermediary net/minecraft/class_639named net/minecraft/world/EmptySaveHandler
-
Constructor Summary
Constructors Constructor Description EmptySaveHandler() -
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)
-
Constructor Details
-
EmptySaveHandler
public EmptySaveHandler()
-
-
Method Details
-
getLevelProperties
- Specified by:
getLevelPropertiesin interfaceSaveHandler- 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
- Specified by:
readSessionLockin interfaceSaveHandler- 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
- Specified by:
getChunkWriterin interfaceSaveHandler- 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
- Specified by:
method_2012in interfaceSaveHandler- 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
- Specified by:
saveLevelPropertiesin interfaceSaveHandler- 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
- Specified by:
getInstancein interfaceSaveHandler- 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
public void method_2009()- Specified by:
method_2009in interfaceSaveHandler- 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
-
getDataFile
- Specified by:
getDataFilein interfaceSaveHandler- 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
- Specified by:
getWorldNamein interfaceSaveHandler- 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;
-
getWorldFolder
- Specified by:
getWorldFolderin interfaceSaveHandler- 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;
-