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 atx
intermediary net/minecraft/class_639
named net/minecraft/world/EmptySaveHandler
  • Constructor Details

    • EmptySaveHandler

      public EmptySaveHandler()
  • Method Details

    • getLevelProperties

      public LevelProperties getLevelProperties()
      Specified by:
      getLevelProperties in interface SaveHandler
      Mappings:
      Namespace Name Mixin selector
      official d Latp;d()Lato;
      intermediary method_2016 Lnet/minecraft/class_635;method_2016()Lnet/minecraft/class_634;
      named getLevelProperties Lnet/minecraft/world/SaveHandler;getLevelProperties()Lnet/minecraft/world/level/LevelProperties;
    • readSessionLock

      public void readSessionLock() throws WorldLoadException
      Specified by:
      readSessionLock in interface SaveHandler
      Throws:
      WorldLoadException
      Mappings:
      Namespace Name Mixin selector
      official c Latp;c()V
      intermediary method_2015 Lnet/minecraft/class_635;method_2015()V
      named readSessionLock Lnet/minecraft/world/SaveHandler;readSessionLock()V
    • getChunkWriter

      public ChunkWriter getChunkWriter​(Dimension dim)
      Specified by:
      getChunkWriter in interface SaveHandler
      Mappings:
      Namespace Name Mixin selector
      official a Latp;a(Lanm;)Land;
      intermediary method_2010 Lnet/minecraft/class_635;method_2010(Lnet/minecraft/class_411;)Lnet/minecraft/class_404;
      named getChunkWriter Lnet/minecraft/world/SaveHandler;getChunkWriter(Lnet/minecraft/world/dimension/Dimension;)Lnet/minecraft/world/chunk/ChunkWriter;
    • method_2012

      public void method_2012​(LevelProperties properties, CompoundTag nbt)
      Specified by:
      method_2012 in interface SaveHandler
      Mappings:
      Namespace Name Mixin selector
      official a Latp;a(Lato;Ldn;)V
      intermediary method_2012 Lnet/minecraft/class_635;method_2012(Lnet/minecraft/class_634;Lnet/minecraft/class_1405;)V
      named method_2012 Lnet/minecraft/world/SaveHandler;method_2012(Lnet/minecraft/world/level/LevelProperties;Lnet/minecraft/nbt/CompoundTag;)V
    • saveLevelProperties

      public void saveLevelProperties​(LevelProperties levelProperties)
      Specified by:
      saveLevelProperties in interface SaveHandler
      Mappings:
      Namespace Name Mixin selector
      official a Latp;a(Lato;)V
      intermediary method_2011 Lnet/minecraft/class_635;method_2011(Lnet/minecraft/class_634;)V
      named saveLevelProperties Lnet/minecraft/world/SaveHandler;saveLevelProperties(Lnet/minecraft/world/level/LevelProperties;)V
    • getInstance

      public PlayerDataHandler getInstance()
      Specified by:
      getInstance in interface SaveHandler
      Mappings:
      Namespace Name Mixin selector
      official e Latp;e()Laty;
      intermediary method_2017 Lnet/minecraft/class_635;method_2017()Lnet/minecraft/class_640;
      named getInstance Lnet/minecraft/world/SaveHandler;getInstance()Lnet/minecraft/world/PlayerDataHandler;
    • method_2009

      public void method_2009()
      Specified by:
      method_2009 in interface SaveHandler
      Mappings:
      Namespace Name Mixin selector
      official a Latp;a()V
      intermediary method_2009 Lnet/minecraft/class_635;method_2009()V
      named method_2009 Lnet/minecraft/world/SaveHandler;method_2009()V
    • getDataFile

      public File getDataFile​(String fileName)
      Specified by:
      getDataFile in interface SaveHandler
      Mappings:
      Namespace Name Mixin selector
      official a Latp;a(Ljava/lang/String;)Ljava/io/File;
      intermediary method_2013 Lnet/minecraft/class_635;method_2013(Ljava/lang/String;)Ljava/io/File;
      named getDataFile Lnet/minecraft/world/SaveHandler;getDataFile(Ljava/lang/String;)Ljava/io/File;
    • getWorldName

      public String getWorldName()
      Specified by:
      getWorldName in interface SaveHandler
      Mappings:
      Namespace Name Mixin selector
      official g Latp;g()Ljava/lang/String;
      intermediary method_2018 Lnet/minecraft/class_635;method_2018()Ljava/lang/String;
      named getWorldName Lnet/minecraft/world/SaveHandler;getWorldName()Ljava/lang/String;
    • getWorldFolder

      public File getWorldFolder()
      Specified by:
      getWorldFolder in interface SaveHandler
      Mappings:
      Namespace Name Mixin selector
      official b Latp;b()Ljava/io/File;
      intermediary method_2014 Lnet/minecraft/class_635;method_2014()Ljava/io/File;
      named getWorldFolder Lnet/minecraft/world/SaveHandler;getWorldFolder()Ljava/io/File;