History - net.minecraft.world.level.storage.LevelStorage
26.3-snapshot-3
Names
Fields
Constructors
Methods
26.3-snapshot-2
Names
Fields
Constructors
Methods
26.3-snapshot-1
Names
Fields
Constructors
Methods
26.2
Names
Fields
Text: LOAD_FOLDER_ACCESS_MESSAGE, field_1_7080, field_1_7080
Constructors
Methods
26.1.2
Names
Fields
Constructors
Methods
26.1.1
Names
Fields
Constructors
Methods
26.1
Names
Fields
Constructors
Methods
ParsedSaveProperties (com.mojang.serialization.Dynamic<?>, DataConfiguration, Registry<DimensionOptions>, RegistryWrapper$WrapperLookup): getLevelDataAndDimensions, method_54523, parseSaveProperties
com.mojang.serialization.Dynamic<?> (Path, com.mojang.datafixers.DataFixer): readLevelDataTagFixed, method_54528, readLevelProperties
LevelSummary (com.mojang.serialization.Dynamic<?>, LevelStorage$LevelSave, boolean): makeLevelSummary, method_54524, parseSummary
void (Identifier): lambda$parseFeatureFlagsFromSummary$8, method_45551, method_45551
void (Identifier): lambda$parseFeatureFlagsFromSummary$1, method_45551, method_45551
Stream (com.mojang.serialization.Dynamic): lambda$parseFeatureFlagsFromSummary$7, method_45553, method_45553
Stream (com.mojang.serialization.Dynamic): lambda$parseFeatureFlagsFromSummary$0, method_45553, method_45553
com.mojang.serialization.Dynamic (com.mojang.datafixers.DataFixer, int, com.mojang.serialization.Dynamic): lambda$readLevelDataTagFixed$6, method_59826, method_59826
com.mojang.serialization.Dynamic (com.mojang.datafixers.DataFixer, int, com.mojang.serialization.Dynamic): lambda$readLevelDataTagFixed$5, method_59827, method_59827
List (List): lambda$loadLevelSummaries$4, method_43495, method_43495
List (List): lambda$loadLevelSummaries$1, method_43495, method_43495
LevelSummary (LevelStorage$LevelSave): lambda$loadLevelSummaries$3, method_43418, method_43418
LevelSummary (LevelStorage$LevelSave): lambda$loadLevelSummaries$0, method_43418, method_43418
boolean (LevelStorage$LevelSave): lambda$findLevelCandidates$2, method_43419, method_43419
boolean (LevelStorage$LevelSave): lambda$findLevelCandidates$1, method_43419, method_43419
boolean (Path): lambda$findLevelCandidates$1, method_43420, method_43420
boolean (Path): lambda$findLevelCandidates$0, method_43420, method_43420
ParsedSaveProperties (LevelStorage$Session, com.mojang.serialization.Dynamic<?>, DataConfiguration, Registry<DimensionOptions>, RegistryWrapper$WrapperLookup): getLevelDataAndDimensions, method_54523, parseSaveProperties
<T extends PersistentState> com.mojang.serialization.DataResult<T> (LevelStorage$Session, RegistryWrapper$WrapperLookup, PersistentStateType<T>): readExistingSavedData, method_1_1884, readPersistentState
void (SaveProperties, Path, GameRules): writeGameRules, method_1_1885, writeGameRulesFile
void (DynamicRegistryManager, Path, WorldGenSettings): writeWorldGenSettings, method_1_2612, writeWorldGenSettingsFile
<T> void (Path, com.mojang.serialization.DynamicOps<NbtElement>, PersistentStateType<?>, com.mojang.serialization.Codec<T>, T): writeSavedData, method_1_2611, writeDataFile
LevelSummary (com.mojang.serialization.Dynamic<?>, LevelStorage$LevelSave, boolean, int): makeLevelSummary, method_54524, parseSummary
WorldGenSettings (Registry, com.mojang.serialization.DataResult$Error): lambda$getLevelDataAndDimensions$0, method_1_2548, method_1_2548
1.21.11_unobfuscated
Names
net.minecraft.world.level.storage.LevelStorageSource
net.minecraft.class_32
net.minecraft.world.level.storage.LevelStorage
Fields
org.slf4j.Logger: LOGGER, field_17665, LOGGER
String: TAG_DATA, field_36348, DATA_KEY
PathMatcher: NO_SYMLINKS_ALLOWED, field_44951, DEFAULT_ALLOWED_SYMLINK_MATCHER
String: ALLOWED_SYMLINKS_CONFIG_NAME, field_44950, ALLOWED_SYMLINKS_FILE_NAME
int: DISK_SPACE_WARNING_THRESHOLD, field_49426, RECOMMENDED_USABLE_SPACE_BYTES
Path: baseDir, field_17666, savesDirectory
Path: backupDir, field_17667, backupsDirectory
com.mojang.datafixers.DataFixer: fixerUpper, field_17668, dataFixer
SymlinkFinder: worldDirValidator, field_44952, symlinkFinder
Constructors
(Path, Path, SymlinkFinder, com.mojang.datafixers.DataFixer)
Methods
SymlinkFinder (Path): parseValidator, method_52235, createSymlinkFinder
LevelStorage (Path): createDefault, method_26999, create
DataConfiguration (com.mojang.serialization.Dynamic<?>): readDataConfig, method_29580, parseDataPackSettings
SaveLoading$DataPacks (com.mojang.serialization.Dynamic<?>, ResourcePackManager, boolean): getPackConfig, method_54522, parseDataPacks
ParsedSaveProperties (com.mojang.serialization.Dynamic<?>, DataConfiguration, Registry<DimensionOptions>, RegistryWrapper$WrapperLookup): getLevelDataAndDimensions, method_54523, parseSaveProperties
String (): getName, method_35504, getFormatName
LevelStorage$LevelList (): findLevelCandidates, method_235, getLevelList
CompletableFuture<List<LevelSummary>> (LevelStorage$LevelList): loadLevelSummaries, method_43417, loadSummaries
int (): getStorageVersion, method_17931, getCurrentVersion
NbtCompound (Path): readLevelDataTagRaw, method_54529, readLevelProperties
com.mojang.serialization.Dynamic<?> (Path, com.mojang.datafixers.DataFixer): readLevelDataTagFixed, method_54528, readLevelProperties
LevelSummary (LevelStorage$LevelSave, boolean): readLevelSummary, method_54527, readSummary
long (LevelStorage$LevelSave): getFileModificationTime, method_54526, getLastModifiedTime
Instant (Path): getFileModificationTime, method_54530, getLastModifiedTime
LevelSummary (com.mojang.serialization.Dynamic<?>, LevelStorage$LevelSave, boolean): makeLevelSummary, method_54524, parseSummary
FeatureSet (com.mojang.serialization.Dynamic<?>): parseFeatureFlagsFromSummary, method_45552, parseEnabledFeatures
NbtElement (Path): readLightweightData, method_40035, loadCompactLevelData
boolean (String): isNewLevelIdAcceptable, method_240, isLevelNameValid
boolean (String): levelExists, method_230, levelExists
Path (String): getLevelPath, method_52238, resolve
Path (): getBaseDir, method_19636, getSavesDirectory
Path (): getBackupPath, method_236, getBackupsDirectory
LevelStorage$Session (String): validateAndCreateAccess, method_52236, createSession
LevelStorage$Session (String): createAccess, method_27002, createSessionWithoutSymlinkCheck
SymlinkFinder (): getWorldDirValidator, method_52237, getSymlinkFinder
void (Identifier): lambda$parseFeatureFlagsFromSummary$8, method_45551, method_45551
Stream (com.mojang.serialization.Dynamic): lambda$parseFeatureFlagsFromSummary$7, method_45553, method_45553
com.mojang.serialization.Dynamic (com.mojang.datafixers.DataFixer, int, com.mojang.serialization.Dynamic): lambda$readLevelDataTagFixed$6, method_59826, method_59826
com.mojang.serialization.Dynamic (com.mojang.datafixers.DataFixer, int, com.mojang.serialization.Dynamic): lambda$readLevelDataTagFixed$5, method_59827, method_59827
List (List): lambda$loadLevelSummaries$4, method_43495, method_43495
LevelSummary (LevelStorage$LevelSave): lambda$loadLevelSummaries$3, method_43418, method_43418
boolean (LevelStorage$LevelSave): lambda$findLevelCandidates$2, method_43419, method_43419
boolean (Path): lambda$findLevelCandidates$1, method_43420, method_43420
boolean (Path): lambda$static$0, method_52616, method_52616