Interface SaveHandler

All Known Implementing Classes:
class_629, EmptySaveHandler, WorldSaveHandler

public interface SaveHandler
Mappings:
Namespace Name
official atp
intermediary net/minecraft/class_635
named net/minecraft/world/SaveHandler
  • Method Details

    • getLevelProperties

      LevelProperties getLevelProperties()
      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

      void readSessionLock() throws WorldLoadException
      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

      ChunkWriter getChunkWriter​(Dimension dim)
      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

      void method_2012​(LevelProperties properties, CompoundTag nbt)
      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

      void saveLevelProperties​(LevelProperties levelProperties)
      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

      PlayerDataHandler getInstance()
      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

      void method_2009()
      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
    • getWorldFolder

      File getWorldFolder()
      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;
    • getDataFile

      File getDataFile​(String fileName)
      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

      String getWorldName()
      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;