Class LevelStorageSource

java.lang.Object
net.minecraft.world.level.storage.LevelStorageSource

public class LevelStorageSource extends Object
  • Field Details

    • LOGGER

      static final org.apache.logging.log4j.Logger LOGGER
    • FORMATTER

      static final DateTimeFormatter FORMATTER
    • ICON_FILENAME

      private static final String ICON_FILENAME
      See Also:
      Constant Field Values
    • OLD_SETTINGS_KEYS

      private static final com.google.common.collect.ImmutableList<String> OLD_SETTINGS_KEYS
    • baseDir

      final Path baseDir
    • backupDir

      private final Path backupDir
    • fixerUpper

      final com.mojang.datafixers.DataFixer fixerUpper
  • Constructor Details

    • LevelStorageSource

      public LevelStorageSource(Path p_78199_, Path p_78200_, com.mojang.datafixers.DataFixer p_78201_)
  • Method Details