Class SaveStorage

java.lang.Object
net.minecraft.world.level.storage.SaveStorage
All Implemented Interfaces:
SaveStorageAccess
Direct Known Subclasses:
SaveData

public class SaveStorage
extends Object
implements SaveStorageAccess
Mappings:
Namespace Name
official atn
intermediary net/minecraft/class_633
named net/minecraft/world/level/storage/SaveStorage
  • Field Details

    • lOGGER

      private static final Logger lOGGER
      Mappings:
      Namespace Name Mixin selector
      official b Latn;b:Lorg/apache/logging/log4j/Logger;
      intermediary field_2343 Lnet/minecraft/class_633;field_2343:Lorg/apache/logging/log4j/Logger;
      named lOGGER Lnet/minecraft/world/level/storage/SaveStorage;lOGGER:Lorg/apache/logging/log4j/Logger;
    • file

      protected final File file
      Mappings:
      Namespace Name Mixin selector
      official a Latn;a:Ljava/io/File;
      intermediary field_2342 Lnet/minecraft/class_633;field_2342:Ljava/io/File;
      named file Lnet/minecraft/world/level/storage/SaveStorage;file:Ljava/io/File;
  • Constructor Details

    • SaveStorage

      public SaveStorage​(File file)
      Mappings:
      Namespace Name Mixin selector
      official <init> Latn;<init>(Ljava/io/File;)V
      intermediary <init> Lnet/minecraft/class_633;<init>(Ljava/io/File;)V
      named <init> Lnet/minecraft/world/level/storage/SaveStorage;<init>(Ljava/io/File;)V
  • Method Details

    • getFormat

      @Environment(CLIENT) public String getFormat()
      Specified by:
      getFormat in interface SaveStorageAccess
      Mappings:
      Namespace Name Mixin selector
      official a Latr;a()Ljava/lang/String;
      intermediary method_2019 Lnet/minecraft/class_637;method_2019()Ljava/lang/String;
      named getFormat Lnet/minecraft/world/level/storage/SaveStorageAccess;getFormat()Ljava/lang/String;
    • method_2024

      Specified by:
      method_2024 in interface SaveStorageAccess
      Throws:
      ClientException
      Mappings:
      Namespace Name Mixin selector
      official b Latr;b()Ljava/util/List;
      intermediary method_2024 Lnet/minecraft/class_637;method_2024()Ljava/util/List;
      named method_2024 Lnet/minecraft/world/level/storage/SaveStorageAccess;method_2024()Ljava/util/List;
    • method_2027

      public void method_2027()
      Specified by:
      method_2027 in interface SaveStorageAccess
      Mappings:
      Namespace Name Mixin selector
      official d Latr;d()V
      intermediary method_2027 Lnet/minecraft/class_637;method_2027()V
      named method_2027 Lnet/minecraft/world/level/storage/SaveStorageAccess;method_2027()V
    • method_2026

      public LevelProperties method_2026​(String string)
      Specified by:
      method_2026 in interface SaveStorageAccess
      Mappings:
      Namespace Name Mixin selector
      official c Latr;c(Ljava/lang/String;)Lato;
      intermediary method_2026 Lnet/minecraft/class_637;method_2026(Ljava/lang/String;)Lnet/minecraft/class_634;
      named method_2026 Lnet/minecraft/world/level/storage/SaveStorageAccess;method_2026(Ljava/lang/String;)Lnet/minecraft/world/level/LevelProperties;
    • method_2021

      @Environment(CLIENT) public void method_2021​(String string, String string2)
      Specified by:
      method_2021 in interface SaveStorageAccess
      Mappings:
      Namespace Name Mixin selector
      official a Latr;a(Ljava/lang/String;Ljava/lang/String;)V
      intermediary method_2021 Lnet/minecraft/class_637;method_2021(Ljava/lang/String;Ljava/lang/String;)V
      named method_2021 Lnet/minecraft/world/level/storage/SaveStorageAccess;method_2021(Ljava/lang/String;Ljava/lang/String;)V
    • method_2028

      @Environment(CLIENT) public boolean method_2028​(String string)
      Specified by:
      method_2028 in interface SaveStorageAccess
      Mappings:
      Namespace Name Mixin selector
      official d Latr;d(Ljava/lang/String;)Z
      intermediary method_2028 Lnet/minecraft/class_637;method_2028(Ljava/lang/String;)Z
      named method_2028 Lnet/minecraft/world/level/storage/SaveStorageAccess;method_2028(Ljava/lang/String;)Z
    • method_2029

      public boolean method_2029​(String string)
      Specified by:
      method_2029 in interface SaveStorageAccess
      Mappings:
      Namespace Name Mixin selector
      official e Latr;e(Ljava/lang/String;)Z
      intermediary method_2029 Lnet/minecraft/class_637;method_2029(Ljava/lang/String;)Z
      named method_2029 Lnet/minecraft/world/level/storage/SaveStorageAccess;method_2029(Ljava/lang/String;)Z
    • method_1912

      protected static boolean method_1912​(File[] file)
      Mappings:
      Namespace Name Mixin selector
      official a Latn;a([Ljava/io/File;)Z
      intermediary method_1912 Lnet/minecraft/class_633;method_1912([Ljava/io/File;)Z
      named method_1912 Lnet/minecraft/world/level/storage/SaveStorage;method_1912([Ljava/io/File;)Z
    • createSaveHandler

      public SaveHandler createSaveHandler​(String worldName, boolean bool)
      Specified by:
      createSaveHandler in interface SaveStorageAccess
      Mappings:
      Namespace Name Mixin selector
      official a Latr;a(Ljava/lang/String;Z)Latp;
      intermediary method_2023 Lnet/minecraft/class_637;method_2023(Ljava/lang/String;Z)Lnet/minecraft/class_635;
      named createSaveHandler Lnet/minecraft/world/level/storage/SaveStorageAccess;createSaveHandler(Ljava/lang/String;Z)Lnet/minecraft/world/SaveHandler;
    • method_2020

      @Environment(CLIENT) public boolean method_2020​(String string)
      Specified by:
      method_2020 in interface SaveStorageAccess
      Mappings:
      Namespace Name Mixin selector
      official a Latr;a(Ljava/lang/String;)Z
      intermediary method_2020 Lnet/minecraft/class_637;method_2020(Ljava/lang/String;)Z
      named method_2020 Lnet/minecraft/world/level/storage/SaveStorageAccess;method_2020(Ljava/lang/String;)Z
    • needsConversion

      public boolean needsConversion​(String string)
      Specified by:
      needsConversion in interface SaveStorageAccess
      Mappings:
      Namespace Name Mixin selector
      official b Latr;b(Ljava/lang/String;)Z
      intermediary method_2025 Lnet/minecraft/class_637;method_2025(Ljava/lang/String;)Z
      named needsConversion Lnet/minecraft/world/level/storage/SaveStorageAccess;needsConversion(Ljava/lang/String;)Z
    • convert

      public boolean convert​(String string, ProgressListener progressListener)
      Specified by:
      convert in interface SaveStorageAccess
      Mappings:
      Namespace Name Mixin selector
      official a Latr;a(Ljava/lang/String;Lnu;)Z
      intermediary method_2022 Lnet/minecraft/class_637;method_2022(Ljava/lang/String;Lnet/minecraft/class_1707;)Z
      named convert Lnet/minecraft/world/level/storage/SaveStorageAccess;convert(Ljava/lang/String;Lnet/minecraft/util/ProgressListener;)Z
    • method_2030

      @Environment(CLIENT) public boolean method_2030​(String string)
      Specified by:
      method_2030 in interface SaveStorageAccess
      Mappings:
      Namespace Name Mixin selector
      official f Latr;f(Ljava/lang/String;)Z
      intermediary method_2030 Lnet/minecraft/class_637;method_2030(Ljava/lang/String;)Z
      named method_2030 Lnet/minecraft/world/level/storage/SaveStorageAccess;method_2030(Ljava/lang/String;)Z