History - net.minecraft.world.level.storage.LevelStorageSource

25w31a

Names

fcs

fdy

Fields

DateTimeFormatter: d, FORMATTER, field_200, TIME_FORMATTER, f_78192_

DateTimeFormatter: d, FORMATTER, field_200, TIME_FORMATTER

Path: h, baseDir, field_17666, savesDirectory, f_78194_

Path: h, baseDir, field_17666, savesDirectory

Path: i, backupDir, field_17667, backupsDirectory, f_78195_

Path: i, backupDir, field_17667, backupsDirectory

com.mojang.datafixers.DataFixer: j, fixerUpper, field_17668, dataFixer, f_78196_

com.mojang.datafixers.DataFixer: j, fixerUpper, field_17668, dataFixer

org.slf4j.Logger: c, LOGGER, field_17665, LOGGER, f_78191_

org.slf4j.Logger: c, LOGGER, field_17665, LOGGER

String: a, TAG_DATA, field_36348, DATA_KEY, f_202311_

String: a, TAG_DATA, field_36348, DATA_KEY

String: b, ALLOWED_SYMLINKS_CONFIG_NAME, field_44950, ALLOWED_SYMLINKS_FILE_NAME, f_289824_

String: b, ALLOWED_SYMLINKS_CONFIG_NAME, field_44950, ALLOWED_SYMLINKS_FILE_NAME

DirectoryValidator: k, worldDirValidator, field_44952, symlinkFinder, f_289816_

DirectoryValidator: k, worldDirValidator, field_44952, symlinkFinder

PathMatcher: e, NO_SYMLINKS_ALLOWED, field_44951, DEFAULT_ALLOWED_SYMLINK_MATCHER, f_289833_

PathMatcher: e, NO_SYMLINKS_ALLOWED, field_44951, DEFAULT_ALLOWED_SYMLINK_MATCHER

int: f, UNCOMPRESSED_NBT_QUOTA, field_46830, MAX_LEVEL_DATA_SIZE, f_302867_

int: f, UNCOMPRESSED_NBT_QUOTA, field_46830, MAX_LEVEL_DATA_SIZE

int: g, DISK_SPACE_WARNING_THRESHOLD, field_49426, RECOMMENDED_USABLE_SPACE_BYTES, f_316115_

int: g, DISK_SPACE_WARNING_THRESHOLD, field_49426, RECOMMENDED_USABLE_SPACE_BYTES

Constructors

Methods

int (): f, getStorageVersion, method_17931, getCurrentVersion, m_78265_

int (): f, getStorageVersion, method_17931, getCurrentVersion

String (): a, getName, method_35504, getFormatName, m_164909_

String (): a, getName, method_35504, getFormatName

boolean (String): a, isNewLevelIdAcceptable, method_240, isLevelNameValid, m_78240_

boolean (String): a, isNewLevelIdAcceptable, method_240, isLevelNameValid

boolean (String): b, levelExists, method_230, levelExists, m_78255_

boolean (String): b, levelExists, method_230, levelExists

Path (): c, getBaseDir, method_19636, getSavesDirectory, m_78257_

Path (): c, getBaseDir, method_19636, getSavesDirectory

Path (String): c, getLevelPath, method_52238, resolve, m_289874_

Path (String): c, getLevelPath, method_52238, resolve

Path (): d, getBackupPath, method_236, getBackupsDirectory, m_78262_

Path (): d, getBackupPath, method_236, getBackupsDirectory

LevelStorageSource (Path): b, createDefault, method_26999, create, m_78242_

LevelStorageSource (Path): b, createDefault, method_26999, create

LevelStorageSource$LevelStorageAccess (String): e, createAccess, method_27002, createSessionWithoutSymlinkCheck, m_78260_

LevelStorageSource$LevelStorageAccess (String): e, createAccess, method_27002, createSessionWithoutSymlinkCheck

LevelStorageSource$LevelCandidates (): b, findLevelCandidates, method_235, getLevelList, m_230833_

LevelStorageSource$LevelCandidates (): b, findLevelCandidates, method_235, getLevelList

CompletableFuture<List<LevelSummary>> (LevelStorageSource$LevelCandidates): a, loadLevelSummaries, method_43417, loadSummaries, m_230813_

CompletableFuture<List<LevelSummary>> (LevelStorageSource$LevelCandidates): a, loadLevelSummaries, method_43417, loadSummaries

Tag (Path): e, readLightweightData, method_40035, loadCompactLevelData, m_230836_

Tag (Path): e, readLightweightData, method_40035, loadCompactLevelData

WorldDataConfiguration (com.mojang.serialization.Dynamic<?>): a, readDataConfig, method_29580, parseDataPackSettings, m_245610_

WorldDataConfiguration (com.mojang.serialization.Dynamic<?>): a, readDataConfig, method_29580, parseDataPackSettings

FeatureFlagSet (com.mojang.serialization.Dynamic<?>): b, parseFeatureFlagsFromSummary, method_45552, parseEnabledFeatures, m_247076_

FeatureFlagSet (com.mojang.serialization.Dynamic<?>): b, parseFeatureFlagsFromSummary, method_45552, parseEnabledFeatures

DirectoryValidator (Path): a, parseValidator, method_52235, createSymlinkFinder, m_289881_

DirectoryValidator (Path): a, parseValidator, method_52235, createSymlinkFinder

LevelStorageSource$LevelStorageAccess (String): d, validateAndCreateAccess, method_52236, createSession, m_289864_

LevelStorageSource$LevelStorageAccess (String): d, validateAndCreateAccess, method_52236, createSession

DirectoryValidator (): e, getWorldDirValidator, method_52237, getSymlinkFinder, m_289863_

DirectoryValidator (): e, getWorldDirValidator, method_52237, getSymlinkFinder

WorldLoader$PackConfig (com.mojang.serialization.Dynamic<?>, PackRepository, boolean): a, getPackConfig, method_54522, parseDataPacks, m_305246_

WorldLoader$PackConfig (com.mojang.serialization.Dynamic<?>, PackRepository, boolean): a, getPackConfig, method_54522, parseDataPacks

CompoundTag (Path): c, readLevelDataTagRaw, method_54529, readLevelProperties, m_305304_

CompoundTag (Path): c, readLevelDataTagRaw, method_54529, readLevelProperties

com.mojang.serialization.Dynamic<?> (Path, com.mojang.datafixers.DataFixer): a, readLevelDataTagFixed, method_54528, readLevelProperties, m_306158_

com.mojang.serialization.Dynamic<?> (Path, com.mojang.datafixers.DataFixer): a, readLevelDataTagFixed, method_54528, readLevelProperties

LevelSummary (LevelStorageSource$LevelDirectory, boolean): a, readLevelSummary, method_54527, readSummary, m_306052_

LevelSummary (LevelStorageSource$LevelDirectory, boolean): a, readLevelSummary, method_54527, readSummary

long (LevelStorageSource$LevelDirectory): a, getFileModificationTime, method_54526, getLastModifiedTime, m_307617_

long (LevelStorageSource$LevelDirectory): a, getFileModificationTime, method_54526, getLastModifiedTime

Instant (Path): d, getFileModificationTime, method_54530, getLastModifiedTime, m_306357_

Instant (Path): d, getFileModificationTime, method_54530, getLastModifiedTime

LevelSummary (com.mojang.serialization.Dynamic<?>, LevelStorageSource$LevelDirectory, boolean): a, makeLevelSummary, method_54524, parseSummary, m_306201_

LevelSummary (com.mojang.serialization.Dynamic<?>, LevelStorageSource$LevelDirectory, boolean): a, makeLevelSummary, method_54524, parseSummary

LevelDataAndDimensions (com.mojang.serialization.Dynamic<?>, WorldDataConfiguration, Registry<LevelStem>, HolderLookup$Provider): a, getLevelDataAndDimensions, method_54523, parseSaveProperties, m_306102_

LevelDataAndDimensions (com.mojang.serialization.Dynamic<?>, WorldDataConfiguration, Registry<LevelStem>, HolderLookup$Provider): a, getLevelDataAndDimensions, method_54523, parseSaveProperties

1.21.8

Names

Fields

Constructors

Methods

1.21.7

Names

Fields

Constructors

Methods

1.21.6

Names

fah

fcs

Fields

Constructors

Methods

1.21.5

Names

evg

fah

Fields

Constructors

Methods

1.21.4

Names

ewd

evg

Fields

Constructors

Methods

1.21.3

Names

erf

ewd

Fields

DateTimeFormatter: c, FORMATTER, field_200, TIME_FORMATTER, f_78192_

DateTimeFormatter: d, FORMATTER, field_200, TIME_FORMATTER, f_78192_

org.slf4j.Logger: b, LOGGER, field_17665, LOGGER, f_78191_

org.slf4j.Logger: c, LOGGER, field_17665, LOGGER, f_78191_

String: d, TAG_DATA, field_36348, DATA_KEY, f_202311_

String: a, TAG_DATA, field_36348, DATA_KEY, f_202311_

String: a, ALLOWED_SYMLINKS_CONFIG_NAME, field_44950, ALLOWED_SYMLINKS_FILE_NAME, f_289824_

String: b, ALLOWED_SYMLINKS_CONFIG_NAME, field_44950, ALLOWED_SYMLINKS_FILE_NAME, f_289824_

Constructors

Methods

LevelDataAndDimensions (com.mojang.serialization.Dynamic<?>, WorldDataConfiguration, Registry<LevelStem>, RegistryAccess$Frozen): a, getLevelDataAndDimensions, method_54523, parseSaveProperties, m_306102_

LevelDataAndDimensions (com.mojang.serialization.Dynamic<?>, WorldDataConfiguration, Registry<LevelStem>, HolderLookup$Provider): a, getLevelDataAndDimensions, method_54523, parseSaveProperties, m_306102_

1.21.1

Names

Fields

Constructors

Methods

1.21

Names

epy

erf

Fields

Constructors

Methods

1.20.6

Names

egm

epy

Fields

Path: g, baseDir, field_17666, savesDirectory, f_78194_

Path: h, baseDir, field_17666, savesDirectory, f_78194_

Path: h, backupDir, field_17667, backupsDirectory, f_78195_

Path: i, backupDir, field_17667, backupsDirectory, f_78195_

com.mojang.datafixers.DataFixer: i, fixerUpper, field_17668, dataFixer, f_78196_

com.mojang.datafixers.DataFixer: j, fixerUpper, field_17668, dataFixer, f_78196_

DirectoryValidator: j, worldDirValidator, field_44952, symlinkFinder, f_289816_

DirectoryValidator: k, worldDirValidator, field_44952, symlinkFinder, f_289816_

int: g, DISK_SPACE_WARNING_THRESHOLD, field_49426, RECOMMENDED_USABLE_SPACE_BYTES, f_316115_

Constructors

Methods

<T> com.mojang.serialization.Dynamic<T> (com.mojang.serialization.Dynamic<T>, RegistryAccess$Frozen): a, wrapWithRegistryOps, method_54525, wrap, m_304791_

1.20.4

Names

ecg

egm

Fields

Path: h, baseDir, field_17666, savesDirectory, f_78194_

Path: g, baseDir, field_17666, savesDirectory, f_78194_

Path: i, backupDir, field_17667, backupsDirectory, f_78195_

Path: h, backupDir, field_17667, backupsDirectory, f_78195_

com.mojang.datafixers.DataFixer: j, fixerUpper, field_17668, dataFixer, f_78196_

com.mojang.datafixers.DataFixer: i, fixerUpper, field_17668, dataFixer, f_78196_

com.google.common.collect.ImmutableList<String>: d, OLD_SETTINGS_KEYS, field_25020, GENERATOR_OPTION_KEYS, f_78193_

String: e, TAG_DATA, field_36348, DATA_KEY, f_202311_

String: d, TAG_DATA, field_36348, DATA_KEY, f_202311_

DirectoryValidator: k, worldDirValidator, field_44952, symlinkFinder, f_289816_

DirectoryValidator: j, worldDirValidator, field_44952, symlinkFinder, f_289816_

PathMatcher: f, NO_SYMLINKS_ALLOWED, field_44951, DEFAULT_ALLOWED_SYMLINK_MATCHER, f_289833_

PathMatcher: e, NO_SYMLINKS_ALLOWED, field_44951, DEFAULT_ALLOWED_SYMLINK_MATCHER, f_289833_

int: g, SUMMARY_UNCOMPRESSED_NBT_QUOTA, field_46205, MAX_LEVEL_DATA_BYTES, f_301626_

int: f, UNCOMPRESSED_NBT_QUOTA, field_46830, MAX_LEVEL_DATA_SIZE, f_302867_

Constructors

Methods

<T> T (LevelStorageSource$LevelDirectory, BiFunction<Path, com.mojang.datafixers.DataFixer, T>): a, readLevelData, method_26998, readLevelProperties, m_230817_

BiFunction<Path, com.mojang.datafixers.DataFixer, LevelSummary> (LevelStorageSource$LevelDirectory, boolean): a, levelSummaryReader, method_29014, createLevelDataParser, m_230820_

Tag (Path): c, readLightweightData, method_40035, loadCompactLevelData, m_230836_

Tag (Path): e, readLightweightData, method_40035, loadCompactLevelData, m_230836_

<T> com.mojang.serialization.DataResult<WorldGenSettings> (com.mojang.serialization.Dynamic<T>, com.mojang.datafixers.DataFixer, int): a, readWorldGenSettings, method_29010, readGeneratorProperties, m_247212_

WorldDataConfiguration (Path, com.mojang.datafixers.DataFixer): a, getDataConfiguration, method_29583, readDataPackSettings, m_230828_

BiFunction<Path, com.mojang.datafixers.DataFixer, com.mojang.datafixers.util.Pair<WorldData, WorldDimensions$Complete>> (com.mojang.serialization.DynamicOps<Tag>, WorldDataConfiguration, Registry<LevelStem>, com.mojang.serialization.Lifecycle): a, getLevelData, method_17926, createLevelDataParser, m_245503_

WorldLoader$PackConfig (com.mojang.serialization.Dynamic<?>, PackRepository, boolean): a, getPackConfig, method_54522, parseDataPacks, m_305246_

LevelDataAndDimensions (com.mojang.serialization.Dynamic<?>, WorldDataConfiguration, Registry<LevelStem>, RegistryAccess$Frozen): a, getLevelDataAndDimensions, method_54523, parseSaveProperties, m_306102_

<T> com.mojang.serialization.Dynamic<T> (com.mojang.serialization.Dynamic<T>, RegistryAccess$Frozen): a, wrapWithRegistryOps, method_54525, wrap, m_304791_

CompoundTag (Path): c, readLevelDataTagRaw, method_54529, readLevelProperties, m_305304_

com.mojang.serialization.Dynamic<?> (Path, com.mojang.datafixers.DataFixer): a, readLevelDataTagFixed, method_54528, readLevelProperties, m_306158_

LevelSummary (LevelStorageSource$LevelDirectory, boolean): a, readLevelSummary, method_54527, readSummary, m_306052_

long (LevelStorageSource$LevelDirectory): a, getFileModificationTime, method_54526, getLastModifiedTime, m_307617_

Instant (Path): d, getFileModificationTime, method_54530, getLastModifiedTime, m_306357_

LevelSummary (com.mojang.serialization.Dynamic<?>, LevelStorageSource$LevelDirectory, boolean): a, makeLevelSummary, method_54524, parseSummary, m_306201_

1.20.2

Names

dyy

ecg

Fields

Path: g, baseDir, field_17666, savesDirectory, f_78194_

Path: h, baseDir, field_17666, savesDirectory, f_78194_

Path: h, backupDir, field_17667, backupsDirectory, f_78195_

Path: i, backupDir, field_17667, backupsDirectory, f_78195_

com.mojang.datafixers.DataFixer: i, fixerUpper, field_17668, dataFixer, f_78196_

com.mojang.datafixers.DataFixer: j, fixerUpper, field_17668, dataFixer, f_78196_

PathAllowList: f, NO_SYMLINKS_ALLOWED, field_44951, DEFAULT_ALLOWED_SYMLINK_MATCHER, f_289833_

DirectoryValidator: j, worldDirValidator, field_44952, symlinkFinder, f_289816_

DirectoryValidator: k, worldDirValidator, field_44952, symlinkFinder, f_289816_

PathMatcher: f, NO_SYMLINKS_ALLOWED, field_44951, DEFAULT_ALLOWED_SYMLINK_MATCHER, f_289833_

int: g, SUMMARY_UNCOMPRESSED_NBT_QUOTA, field_46205, MAX_LEVEL_DATA_BYTES, f_301626_

Constructors

Methods

Path (String): e, getLevelPath, method_52238, resolve, m_289874_

Path (String): c, getLevelPath, method_52238, resolve, m_289874_

LevelStorageSource$LevelStorageAccess (String): d, createAccess, method_27002, createSessionWithoutSymlinkCheck, m_78260_

LevelStorageSource$LevelStorageAccess (String): e, createAccess, method_27002, createSessionWithoutSymlinkCheck, m_78260_

LevelStorageSource$LevelStorageAccess (String): c, validateAndCreateAccess, method_52236, createSession, m_289864_

LevelStorageSource$LevelStorageAccess (String): d, validateAndCreateAccess, method_52236, createSession, m_289864_

1.20.1

Names

dye

dyy

Fields

DateTimeFormatter: b, FORMATTER, field_200, TIME_FORMATTER, f_78192_

DateTimeFormatter: c, FORMATTER, field_200, TIME_FORMATTER, f_78192_

Path: e, baseDir, field_17666, savesDirectory, f_78194_

Path: g, baseDir, field_17666, savesDirectory, f_78194_

Path: f, backupDir, field_17667, backupsDirectory, f_78195_

Path: h, backupDir, field_17667, backupsDirectory, f_78195_

com.mojang.datafixers.DataFixer: g, fixerUpper, field_17668, dataFixer, f_78196_

com.mojang.datafixers.DataFixer: i, fixerUpper, field_17668, dataFixer, f_78196_

com.google.common.collect.ImmutableList<String>: c, OLD_SETTINGS_KEYS, field_25020, GENERATOR_OPTION_KEYS, f_78193_

com.google.common.collect.ImmutableList<String>: d, OLD_SETTINGS_KEYS, field_25020, GENERATOR_OPTION_KEYS, f_78193_

org.slf4j.Logger: a, LOGGER, field_17665, LOGGER, f_78191_

org.slf4j.Logger: b, LOGGER, field_17665, LOGGER, f_78191_

String: d, TAG_DATA, field_36348, DATA_KEY, f_202311_

String: e, TAG_DATA, field_36348, DATA_KEY, f_202311_

PathAllowList: f, NO_SYMLINKS_ALLOWED, field_44951, DEFAULT_ALLOWED_SYMLINK_MATCHER, f_289833_

String: a, ALLOWED_SYMLINKS_CONFIG_NAME, field_44950, ALLOWED_SYMLINKS_FILE_NAME, f_289824_

DirectoryValidator: j, worldDirValidator, field_44952, symlinkFinder, f_289816_

Constructors

(Path, Path, com.mojang.datafixers.DataFixer)

(Path, Path, DirectoryValidator, com.mojang.datafixers.DataFixer)

Methods

int (): e, getStorageVersion, method_17931, getCurrentVersion, m_78265_

int (): f, getStorageVersion, method_17931, getCurrentVersion, m_78265_

Path (String): e, getLevelPath, method_52238, resolve, m_289874_

LevelStorageSource (Path): a, createDefault, method_26999, create, m_78242_

LevelStorageSource (Path): b, createDefault, method_26999, create, m_78242_

LevelStorageSource$LevelStorageAccess (String): c, createAccess, method_27002, createSession, m_78260_

LevelStorageSource$LevelStorageAccess (String): d, createAccess, method_27002, createSessionWithoutSymlinkCheck, m_78260_

Tag (Path): b, readLightweightData, method_40035, loadCompactLevelData, m_230836_

Tag (Path): c, readLightweightData, method_40035, loadCompactLevelData, m_230836_

DirectoryValidator (Path): a, parseValidator, method_52235, createSymlinkFinder, m_289881_

LevelStorageSource$LevelStorageAccess (String): c, validateAndCreateAccess, method_52236, createSession, m_289864_

DirectoryValidator (): e, getWorldDirValidator, method_52237, getSymlinkFinder, m_289863_

1.19.4

Names

dve

dye

Fields

Constructors

Methods

1.19.3

Names

drq

dve

Fields

Constructors

Methods

<T> com.mojang.datafixers.util.Pair<WorldGenSettings, com.mojang.serialization.Lifecycle> (com.mojang.serialization.Dynamic<T>, com.mojang.datafixers.DataFixer, int): a, readWorldGenSettings, method_29010, readGeneratorProperties, m_78204_

DataPackConfig (com.mojang.serialization.Dynamic<?>): a, readDataPackConfig, method_29580, parseDataPackSettings, m_78202_

BiFunction<Path, com.mojang.datafixers.DataFixer, PrimaryLevelData> (com.mojang.serialization.DynamicOps<Tag>, DataPackConfig, com.mojang.serialization.Lifecycle): a, getLevelData, method_17926, createLevelDataParser, m_211737_

DataPackConfig (Path, com.mojang.datafixers.DataFixer): a, getDataPacks, method_29583, readDataPackSettings, m_230828_

<T> com.mojang.serialization.DataResult<WorldGenSettings> (com.mojang.serialization.Dynamic<T>, com.mojang.datafixers.DataFixer, int): a, readWorldGenSettings, method_29010, readGeneratorProperties, m_247212_

WorldDataConfiguration (com.mojang.serialization.Dynamic<?>): a, readDataConfig, method_29580, parseDataPackSettings, m_245610_

WorldDataConfiguration (Path, com.mojang.datafixers.DataFixer): a, getDataConfiguration, method_29583, readDataPackSettings, m_230828_

BiFunction<Path, com.mojang.datafixers.DataFixer, com.mojang.datafixers.util.Pair<WorldData, WorldDimensions$Complete>> (com.mojang.serialization.DynamicOps<Tag>, WorldDataConfiguration, Registry<LevelStem>, com.mojang.serialization.Lifecycle): a, getLevelData, method_17926, createLevelDataParser, m_245503_

FeatureFlagSet (com.mojang.serialization.Dynamic<Tag>): b, parseFeatureFlagsFromSummary, method_45552, parseEnabledFeatures, m_247076_

1.19.2

Names

Fields

Constructors

Methods

1.19.1

Names

dqt

drq

Fields

Constructors

Methods

1.19

Names

dkp

dqt

Fields

Path: f, baseDir, field_17666, savesDirectory, f_78194_

Path: e, baseDir, field_17666, savesDirectory, f_78194_

Path: g, backupDir, field_17667, backupsDirectory, f_78195_

Path: f, backupDir, field_17667, backupsDirectory, f_78195_

com.mojang.datafixers.DataFixer: h, fixerUpper, field_17668, dataFixer, f_78196_

com.mojang.datafixers.DataFixer: g, fixerUpper, field_17668, dataFixer, f_78196_

com.google.common.collect.ImmutableList<String>: d, OLD_SETTINGS_KEYS, field_25020, GENERATOR_OPTION_KEYS, f_78193_

com.google.common.collect.ImmutableList<String>: c, OLD_SETTINGS_KEYS, field_25020, GENERATOR_OPTION_KEYS, f_78193_

String: c, ICON_FILENAME, field_31836, DEFAULT_ICON, f_164908_

String: e, TAG_DATA, field_36348, DATA_KEY, f_202311_

String: d, TAG_DATA, field_36348, DATA_KEY, f_202311_

Constructors

Methods

List<LevelSummary> (): b, getLevelList, method_235, getLevelList, m_78244_

<T> T (File, BiFunction<File, com.mojang.datafixers.DataFixer, T>): a, readLevelData, method_26998, readLevelProperties, m_78229_

DataPackConfig (File, com.mojang.datafixers.DataFixer): a, getDataPacks, method_29583, readDataPackSettings, m_78252_

BiFunction<File, com.mojang.datafixers.DataFixer, LevelSummary> (File, boolean): a, levelSummaryReader, method_29014, createLevelDataParser, m_78232_

Tag (File): a, readLightweightData, method_40035, loadCompactLevelData, m_202312_

LevelStorageSource$LevelCandidates (): b, findLevelCandidates, method_235, getLevelList, m_230833_

CompletableFuture<List<LevelSummary>> (LevelStorageSource$LevelCandidates): a, loadLevelSummaries, method_43417, loadSummaries, m_230813_

<T> T (LevelStorageSource$LevelDirectory, BiFunction<Path, com.mojang.datafixers.DataFixer, T>): a, readLevelData, method_26998, readLevelProperties, m_230817_

DataPackConfig (Path, com.mojang.datafixers.DataFixer): a, getDataPacks, method_29583, readDataPackSettings, m_230828_

BiFunction<Path, com.mojang.datafixers.DataFixer, LevelSummary> (LevelStorageSource$LevelDirectory, boolean): a, levelSummaryReader, method_29014, createLevelDataParser, m_230820_

Tag (Path): b, readLightweightData, method_40035, loadCompactLevelData, m_230836_

1.18.2

Names

djn

dkp

Fields

org.apache.logging.log4j.Logger: a, LOGGER, field_17665, LOGGER, f_78191_

Path: e, baseDir, field_17666, savesDirectory, f_78194_

Path: f, baseDir, field_17666, savesDirectory, f_78194_

Path: f, backupDir, field_17667, backupsDirectory, f_78195_

Path: g, backupDir, field_17667, backupsDirectory, f_78195_

com.mojang.datafixers.DataFixer: g, fixerUpper, field_17668, dataFixer, f_78196_

com.mojang.datafixers.DataFixer: h, fixerUpper, field_17668, dataFixer, f_78196_

org.slf4j.Logger: a, LOGGER, field_17665, LOGGER, f_78191_

String: e, TAG_DATA, field_36348, DATA_KEY, f_202311_

Constructors

Methods

BiFunction<File, com.mojang.datafixers.DataFixer, PrimaryLevelData> (com.mojang.serialization.DynamicOps<Tag>, DataPackConfig): a, getLevelData, method_17926, createLevelDataParser, m_78247_

BiFunction<File, com.mojang.datafixers.DataFixer, PrimaryLevelData> (com.mojang.serialization.DynamicOps<Tag>, DataPackConfig, com.mojang.serialization.Lifecycle): a, getLevelData, method_17926, createLevelDataParser, m_211737_

Tag (File): a, readLightweightData, method_40035, loadCompactLevelData, m_202312_

1.18.1

Names

Fields

Constructors

Methods

1.18

Names

dib

djn

Fields

Constructors

Methods

1.17.1

Names

Fields

Constructors

Methods

1.17

Names

cyg

dib

net.minecraft.world.storage.SaveFormat

net.minecraft.src.C_2785_

Fields

org.apache.logging.log4j.Logger: a, LOGGER, field_17665, LOGGER, field_215785_a

org.apache.logging.log4j.Logger: a, LOGGER, field_17665, LOGGER, f_78191_

DateTimeFormatter: b, FORMATTER, field_200, TIME_FORMATTER, field_197716_d

DateTimeFormatter: b, FORMATTER, field_200, TIME_FORMATTER, f_78192_

Path: d, baseDir, field_17666, savesDirectory, field_215786_c

Path: e, baseDir, field_17666, savesDirectory, f_78194_

Path: e, backupDir, field_17667, backupsDirectory, field_215787_d

Path: f, backupDir, field_17667, backupsDirectory, f_78195_

com.mojang.datafixers.DataFixer: f, fixerUpper, field_17668, dataFixer, field_215788_e

com.mojang.datafixers.DataFixer: g, fixerUpper, field_17668, dataFixer, f_78196_

com.google.common.collect.ImmutableList<String>: c, OLD_SETTINGS_KEYS, field_25020, GENERATOR_OPTION_KEYS, field_237257_c_

com.google.common.collect.ImmutableList<String>: d, OLD_SETTINGS_KEYS, field_25020, GENERATOR_OPTION_KEYS, f_78193_

String: c, ICON_FILENAME, field_31836, DEFAULT_ICON, f_164908_

Constructors

Methods

int (): g, getStorageVersion, method_17931, getCurrentVersion, func_215782_e

int (): e, getStorageVersion, method_17931, getCurrentVersion, m_78265_

String (): a, getName, method_35504, getFormatName, m_164909_

List<LevelSummary> (): b, getLevelList, method_235, getLevelList, func_75799_b

List<LevelSummary> (): b, getLevelList, method_235, getLevelList, m_78244_

boolean (String): a, isNewLevelIdAcceptable, method_240, isLevelNameValid, func_207742_d

boolean (String): a, isNewLevelIdAcceptable, method_240, isLevelNameValid, m_78240_

boolean (String): b, levelExists, method_230, levelExists, func_90033_f

boolean (String): b, levelExists, method_230, levelExists, m_78255_

Path (): c, getBaseDir, method_19636, getSavesDirectory, func_215781_c

Path (): c, getBaseDir, method_19636, getSavesDirectory, m_78257_

Path (): d, getBackupPath, method_236, getBackupsDirectory, func_197712_e

Path (): d, getBackupPath, method_236, getBackupsDirectory, m_78262_

LevelStorageSource (Path): a, createDefault, method_26999, create, func_237269_a_

LevelStorageSource (Path): a, createDefault, method_26999, create, m_78242_

<T> com.mojang.datafixers.util.Pair<WorldGenSettings, com.mojang.serialization.Lifecycle> (com.mojang.serialization.Dynamic<T>, com.mojang.datafixers.DataFixer, int): a, readWorldGenSettings, method_29010, readGeneratorProperties, func_237259_a_

<T> com.mojang.datafixers.util.Pair<WorldGenSettings, com.mojang.serialization.Lifecycle> (com.mojang.serialization.Dynamic<T>, com.mojang.datafixers.DataFixer, int): a, readWorldGenSettings, method_29010, readGeneratorProperties, m_78204_

DataPackConfig (com.mojang.serialization.Dynamic<?>): a, readDataPackConfig, method_29580, parseDataPackSettings, func_237258_a_

DataPackConfig (com.mojang.serialization.Dynamic<?>): a, readDataPackConfig, method_29580, parseDataPackSettings, m_78202_

<T> T (File, BiFunction<File, com.mojang.datafixers.DataFixer, T>): a, readLevelData, method_26998, readLevelProperties, func_237266_a_

<T> T (File, BiFunction<File, com.mojang.datafixers.DataFixer, T>): a, readLevelData, method_26998, readLevelProperties, m_78229_

DataPackConfig (File, com.mojang.datafixers.DataFixer): b, getDataPacks, method_29583, readDataPackSettings, func_237272_b_

DataPackConfig (File, com.mojang.datafixers.DataFixer): a, getDataPacks, method_29583, readDataPackSettings, m_78252_

BiFunction<File, com.mojang.datafixers.DataFixer, PrimaryLevelData> (com.mojang.serialization.DynamicOps<Tag>, DataPackConfig): b, getLevelData, method_17926, createLevelDataParser, func_237270_b_

BiFunction<File, com.mojang.datafixers.DataFixer, PrimaryLevelData> (com.mojang.serialization.DynamicOps<Tag>, DataPackConfig): a, getLevelData, method_17926, createLevelDataParser, m_78247_

BiFunction<File, com.mojang.datafixers.DataFixer, LevelSummary> (File, boolean): a, levelSummaryReader, method_29014, createLevelDataParser, func_237267_a_

BiFunction<File, com.mojang.datafixers.DataFixer, LevelSummary> (File, boolean): a, levelSummaryReader, method_29014, createLevelDataParser, m_78232_

LevelStorageSource$LevelStorageAccess (String): c, createAccess, method_27002, createSession, func_237274_c_

LevelStorageSource$LevelStorageAccess (String): c, createAccess, method_27002, createSession, m_78260_

1.16.5

Names

Fields

Constructors

Methods

1.16.4

Names

cyd

cyg

Fields

Constructors

Methods

1.16.3

Names

Fields

com.google.common.collect.ImmutableList<String>: c, OLD_SETTINGS_KEYS, field_25020, field_25020, field_237257_c_

com.google.common.collect.ImmutableList<String>: c, OLD_SETTINGS_KEYS, field_25020, GENERATOR_OPTION_KEYS, field_237257_c_

Constructors

Methods

<T> com.mojang.datafixers.util.Pair<WorldGenSettings, com.mojang.serialization.Lifecycle> (com.mojang.serialization.Dynamic<T>, com.mojang.datafixers.DataFixer, int): a, readWorldGenSettings, method_29010, method_29010, func_237259_a_

<T> com.mojang.datafixers.util.Pair<WorldGenSettings, com.mojang.serialization.Lifecycle> (com.mojang.serialization.Dynamic<T>, com.mojang.datafixers.DataFixer, int): a, readWorldGenSettings, method_29010, readGeneratorProperties, func_237259_a_

DataPackConfig (com.mojang.serialization.Dynamic<?>): a, readDataPackConfig, method_29580, method_29580, func_237258_a_

DataPackConfig (com.mojang.serialization.Dynamic<?>): a, readDataPackConfig, method_29580, parseDataPackSettings, func_237258_a_

DataPackConfig (File, com.mojang.datafixers.DataFixer): b, getDataPacks, method_29583, method_29583, func_237272_b_

DataPackConfig (File, com.mojang.datafixers.DataFixer): b, getDataPacks, method_29583, readDataPackSettings, func_237272_b_

BiFunction<File, com.mojang.datafixers.DataFixer, PrimaryLevelData> (com.mojang.serialization.DynamicOps<Tag>, DataPackConfig): b, getLevelData, method_17926, readLevelProperties, func_237270_b_

BiFunction<File, com.mojang.datafixers.DataFixer, PrimaryLevelData> (com.mojang.serialization.DynamicOps<Tag>, DataPackConfig): b, getLevelData, method_17926, createLevelDataParser, func_237270_b_

BiFunction<File, com.mojang.datafixers.DataFixer, LevelSummary> (File, boolean): a, levelSummaryReader, method_29014, method_29014, func_237267_a_

BiFunction<File, com.mojang.datafixers.DataFixer, LevelSummary> (File, boolean): a, levelSummaryReader, method_29014, createLevelDataParser, func_237267_a_

1.16.2

Names

dae

cyd

Fields

Constructors

Methods

1.16.1

Names

crp

dae

Fields

Path: c, baseDir, field_17666, savesDirectory, field_215786_c

Path: d, baseDir, field_17666, savesDirectory, field_215786_c

Path: d, backupDir, field_17667, backupsDirectory, field_215787_d

Path: e, backupDir, field_17667, backupsDirectory, field_215787_d

com.mojang.datafixers.DataFixer: e, fixerUpper, field_17668, dataFixer, field_215788_e

com.mojang.datafixers.DataFixer: f, fixerUpper, field_17668, dataFixer, field_215788_e

com.google.common.collect.ImmutableList<String>: c, OLD_SETTINGS_KEYS, field_25020, field_25020, field_237257_c_

Constructors

Methods

int (): e, getStorageVersion, method_17931, getCurrentVersion, func_215782_e

int (): g, getStorageVersion, method_17931, getCurrentVersion, func_215782_e

LevelStorage (String, MinecraftServer): a, selectLevel, method_242, createSaveHandler, func_197715_a

LevelStorage (Path, com.mojang.datafixers.DataFixer, String, MinecraftServer): a, selectLevel, method_17929, createSaveHandler, func_215783_a

boolean (String): a, requiresConversion, method_244, requiresConversion, func_75801_b

boolean (String, ProgressListener): a, convertLevel, method_17927, convertLevel, func_75805_a

LevelData (String): b, getDataTagFor, method_231, getLevelProperties, func_75803_c

LevelData (Path, com.mojang.datafixers.DataFixer, String): a, getDataTagFor, method_17928, getLevelProperties, func_215779_a

LevelData (File, com.mojang.datafixers.DataFixer): a, getLevelData, method_17926, readLevelProperties, func_215780_a

File (String, String): b, getFile, method_239, resolveFile, func_186352_b

String (): a, getName, method_232, getName, func_207741_a

void (String, String): a, renameLevel, method_241, renameLevel, func_75806_a

boolean (String): c, isNewLevelIdAcceptable, method_240, isLevelNameValid, func_207742_d

boolean (String): a, isNewLevelIdAcceptable, method_240, isLevelNameValid, func_207742_d

boolean (String): d, deleteLevel, method_233, deleteLevel, func_75802_e

boolean (File[]): a, deleteRecursive, method_17930, deleteFilesRecursively, func_215784_a

boolean (String): e, levelExists, method_230, levelExists, func_90033_f

boolean (String): b, levelExists, method_230, levelExists, func_90033_f

Path (String): g, getLevelPath, method_243, resolvePath, func_197714_g

long (String): f, makeWorldBackup, method_237, backupLevel, func_197713_h

LevelStorageSource (Path): a, createDefault, method_26999, create, func_237269_a_

com.mojang.datafixers.util.Pair<WorldGenSettings, com.mojang.serialization.Lifecycle> (com.mojang.serialization.Dynamic<?>, com.mojang.datafixers.DataFixer, int): a, readWorldGenSettings, method_29010, method_29010, func_237259_a_

DataPackConfig (com.mojang.serialization.Dynamic<?>): a, readDataPackConfig, method_29580, method_29580, func_237258_a_

<T> T (File, BiFunction<File, com.mojang.datafixers.DataFixer, T>): a, readLevelData, method_26998, readLevelProperties, func_237266_a_

DataPackConfig (File, com.mojang.datafixers.DataFixer): b, getDataPacks, method_29583, method_29583, func_237272_b_

BiFunction<File, com.mojang.datafixers.DataFixer, PrimaryLevelData> (com.mojang.serialization.DynamicOps<Tag>, DataPackConfig): b, getLevelData, method_17926, readLevelProperties, func_237270_b_

BiFunction<File, com.mojang.datafixers.DataFixer, LevelSummary> (File, boolean): a, levelSummaryReader, method_29014, method_29014, func_237267_a_

LevelStorageSource$LevelStorageAccess (String): c, createAccess, method_27002, createSession, func_237274_c_

1.15.2

Names

crm

crp

Fields

Constructors

Methods

1.15.1

Names

Fields

Constructors

Methods

1.15

Names

coq

crm

Fields

Constructors

Methods

1.14.4

Names

coj

coq

net.minecraft.world.level.storage.LevelStorageSource

Fields

org.apache.logging.log4j.Logger: a, field_17665, LOGGER, field_215785_a

org.apache.logging.log4j.Logger: a, LOGGER, field_17665, LOGGER, field_215785_a

DateTimeFormatter: b, field_200, TIME_FORMATTER, field_197716_d

DateTimeFormatter: b, FORMATTER, field_200, TIME_FORMATTER, field_197716_d

Path: c, field_17666, savesDirectory, field_215786_c

Path: c, baseDir, field_17666, savesDirectory, field_215786_c

Path: d, field_17667, backupsDirectory, field_215787_d

Path: d, backupDir, field_17667, backupsDirectory, field_215787_d

com.mojang.datafixers.DataFixer: e, field_17668, dataFixer, field_215788_e

com.mojang.datafixers.DataFixer: e, fixerUpper, field_17668, dataFixer, field_215788_e

Constructors

Methods

int (): e, method_17931, getCurrentVersion, func_215782_e

int (): e, getStorageVersion, method_17931, getCurrentVersion, func_215782_e

WorldSaveHandler (String, MinecraftServer): a, method_242, createSaveHandler, func_197715_a

LevelStorage (String, MinecraftServer): a, selectLevel, method_242, createSaveHandler, func_197715_a

WorldSaveHandler (Path, com.mojang.datafixers.DataFixer, String, MinecraftServer): a, method_17929, createSaveHandler, func_215783_a

LevelStorage (Path, com.mojang.datafixers.DataFixer, String, MinecraftServer): a, selectLevel, method_17929, createSaveHandler, func_215783_a

boolean (String): a, method_244, requiresConversion, func_75801_b

boolean (String): a, requiresConversion, method_244, requiresConversion, func_75801_b

boolean (String, ProgressListener): a, method_17927, convertLevel, func_75805_a

boolean (String, ProgressListener): a, convertLevel, method_17927, convertLevel, func_75805_a

LevelProperties (String): b, method_231, getLevelProperties, func_75803_c

LevelData (String): b, getDataTagFor, method_231, getLevelProperties, func_75803_c

LevelProperties (Path, com.mojang.datafixers.DataFixer, String): a, method_17928, getLevelProperties, func_215779_a

LevelData (Path, com.mojang.datafixers.DataFixer, String): a, getDataTagFor, method_17928, getLevelProperties, func_215779_a

LevelProperties (File, com.mojang.datafixers.DataFixer): a, method_17926, readLevelProperties, func_215780_a

LevelData (File, com.mojang.datafixers.DataFixer): a, getLevelData, method_17926, readLevelProperties, func_215780_a

File (String, String): b, method_239, resolveFile, func_186352_b

File (String, String): b, getFile, method_239, resolveFile, func_186352_b

String (): a, method_232, getName, func_207741_a

String (): a, getName, method_232, getName, func_207741_a

List<LevelSummary> (): b, method_235, getLevelList, func_75799_b

List<LevelSummary> (): b, getLevelList, method_235, getLevelList, func_75799_b

void (String, String): a, method_241, renameLevel, func_75806_a

void (String, String): a, renameLevel, method_241, renameLevel, func_75806_a

boolean (String): c, method_240, isLevelNameValid, func_207742_d

boolean (String): c, isNewLevelIdAcceptable, method_240, isLevelNameValid, func_207742_d

boolean (String): d, method_233, deleteLevel, func_75802_e

boolean (String): d, deleteLevel, method_233, deleteLevel, func_75802_e

boolean (File[]): a, method_17930, deleteFilesRecursively, func_215784_a

boolean (File[]): a, deleteRecursive, method_17930, deleteFilesRecursively, func_215784_a

boolean (String): e, method_230, levelExists, func_90033_f

boolean (String): e, levelExists, method_230, levelExists, func_90033_f

Path (): c, method_19636, getSavesDirectory, func_215781_c

Path (): c, getBaseDir, method_19636, getSavesDirectory, func_215781_c

Path (String): g, method_243, resolvePath, func_197714_g

Path (String): g, getLevelPath, method_243, resolvePath, func_197714_g

Path (): d, method_236, getBackupsDirectory, func_197712_e

Path (): d, getBackupPath, method_236, getBackupsDirectory, func_197712_e

long (String): f, method_237, backupLevel, func_197713_h

long (String): f, makeWorldBackup, method_237, backupLevel, func_197713_h

1.14.3

Names

cof

coj

net.minecraft.world.level.storage.LevelStorage

Fields

org.apache.logging.log4j.Logger: a, field_17665, field_215785_a

org.apache.logging.log4j.Logger: a, field_17665, LOGGER, field_215785_a

DateTimeFormatter: b, field_200, field_197716_d

DateTimeFormatter: b, field_200, TIME_FORMATTER, field_197716_d

Path: c, field_17666, field_215786_c

Path: c, field_17666, savesDirectory, field_215786_c

Path: d, field_17667, field_215787_d

Path: d, field_17667, backupsDirectory, field_215787_d

com.mojang.datafixers.DataFixer: e, field_17668, field_215788_e

com.mojang.datafixers.DataFixer: e, field_17668, dataFixer, field_215788_e

Constructors

Methods

int (): e, method_17931, func_215782_e

int (): e, method_17931, getCurrentVersion, func_215782_e

SaveHandler (String, MinecraftServer): a, method_242, func_197715_a

WorldSaveHandler (String, MinecraftServer): a, method_242, createSaveHandler, func_197715_a

SaveHandler (Path, com.mojang.datafixers.DataFixer, String, MinecraftServer): a, method_17929, func_215783_a

WorldSaveHandler (Path, com.mojang.datafixers.DataFixer, String, MinecraftServer): a, method_17929, createSaveHandler, func_215783_a

boolean (String): a, method_244, func_75801_b

boolean (String): a, method_244, requiresConversion, func_75801_b

boolean (String, IProgressUpdate): a, method_17927, func_75805_a

boolean (String, ProgressListener): a, method_17927, convertLevel, func_75805_a

WorldInfo (String): b, method_231, func_75803_c

LevelProperties (String): b, method_231, getLevelProperties, func_75803_c

WorldInfo (Path, com.mojang.datafixers.DataFixer, String): a, method_17928, func_215779_a

LevelProperties (Path, com.mojang.datafixers.DataFixer, String): a, method_17928, getLevelProperties, func_215779_a

WorldInfo (File, com.mojang.datafixers.DataFixer): a, method_17926, func_215780_a

LevelProperties (File, com.mojang.datafixers.DataFixer): a, method_17926, readLevelProperties, func_215780_a

File (String, String): b, method_239, func_186352_b

File (String, String): b, method_239, resolveFile, func_186352_b

String (): a, method_232, func_207741_a

String (): a, method_232, getName, func_207741_a

List<WorldSummary> (): b, method_235, func_75799_b

List<LevelSummary> (): b, method_235, getLevelList, func_75799_b

void (String, String): a, method_241, func_75806_a

void (String, String): a, method_241, renameLevel, func_75806_a

boolean (String): c, method_240, func_207742_d

boolean (String): c, method_240, isLevelNameValid, func_207742_d

boolean (String): d, method_233, func_75802_e

boolean (String): d, method_233, deleteLevel, func_75802_e

boolean (File[]): a, method_17930, func_215784_a

boolean (File[]): a, method_17930, deleteFilesRecursively, func_215784_a

boolean (String): e, method_230, func_90033_f

boolean (String): e, method_230, levelExists, func_90033_f

Path (): c, method_19636, func_215781_c

Path (): c, method_19636, getSavesDirectory, func_215781_c

Path (String): g, method_243, func_197714_g

Path (String): g, method_243, resolvePath, func_197714_g

Path (): d, method_236, func_197712_e

Path (): d, method_236, getBackupsDirectory, func_197712_e

long (String): f, method_237, func_197713_h

long (String): f, method_237, backupLevel, func_197713_h

1.14.2

Names

Fields

Constructors

Methods

1.14.1

Names

cod

cof

Fields

Constructors

Methods

1.14

Names

cod

net.minecraft.class_32

net.minecraft.world.storage.SaveFormat

Fields

org.apache.logging.log4j.Logger: a, field_17665, field_215785_a

DateTimeFormatter: b, field_200, field_197716_d

Path: c, field_17666, field_215786_c

Path: d, field_17667, field_215787_d

com.mojang.datafixers.DataFixer: e, field_17668, field_215788_e

Constructors

(Path, Path, com.mojang.datafixers.DataFixer)

Methods

int (): e, method_17931, func_215782_e

SaveHandler (String, MinecraftServer): a, method_242, func_197715_a

SaveHandler (Path, com.mojang.datafixers.DataFixer, String, MinecraftServer): a, method_17929, func_215783_a

boolean (String): a, method_244, func_75801_b

boolean (String, IProgressUpdate): a, method_17927, func_75805_a

WorldInfo (String): b, method_231, func_75803_c

WorldInfo (Path, com.mojang.datafixers.DataFixer, String): a, method_17928, func_215779_a

WorldInfo (File, com.mojang.datafixers.DataFixer): a, method_17926, func_215780_a

File (String, String): b, method_239, func_186352_b

String (): a, method_232, func_207741_a

List<WorldSummary> (): b, method_235, func_75799_b

void (String, String): a, method_241, func_75806_a

boolean (String): c, method_240, func_207742_d

boolean (String): d, method_233, func_75802_e

boolean (File[]): a, method_17930, func_215784_a

boolean (String): e, method_230, func_90033_f

Path (): c, method_19636, func_215781_c

Path (String): g, method_243, func_197714_g

Path (): d, method_236, func_197712_e

long (String): f, method_237, func_197713_h