Uses of Interface
net.minecraft.world.SaveProperties
Package
Description
-
Uses of SaveProperties in net.minecraft.server
Modifier and TypeFieldDescriptionprotected final SaveProperties
MinecraftServer.saveProperties
private final SaveProperties
SaveLoader.saveProperties
The field for thesaveProperties
record component.Modifier and TypeMethodDescriptionMinecraftServer.getSaveProperties()
SaveLoader.saveProperties()
Returns the value of thesaveProperties
record component.Modifier and TypeMethodDescriptionprivate void
MinecraftServer.setToDebugWorldProperties
(SaveProperties properties) ModifierConstructorDescriptionSaveLoader
(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, SaveProperties saveProperties) -
Uses of SaveProperties in net.minecraft.server.command
Modifier and TypeMethodDescriptionprivate static Collection<String>
ReloadCommand.findNewDataPacks
(ResourcePackManager dataPackManager, SaveProperties saveProperties, Collection<String> enabledDataPacks) -
Uses of SaveProperties in net.minecraft.server.integrated
Modifier and TypeMethodDescriptionvoid
IntegratedServerLoader.start
(LevelStorage.Session session, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistryManager, SaveProperties saveProperties) -
Uses of SaveProperties in net.minecraft.world.level
Modifier and TypeFieldDescriptionprivate final SaveProperties
UnmodifiableLevelProperties.saveProperties
ModifierConstructorDescriptionUnmodifiableLevelProperties
(SaveProperties saveProperties, ServerWorldProperties worldProperties) -
Uses of SaveProperties in net.minecraft.world.level.storage
Modifier and TypeMethodDescription(package private) static BiFunction<Path,
com.mojang.datafixers.DataFixer, com.mojang.datafixers.util.Pair<SaveProperties, DimensionOptionsRegistryHolder.DimensionsConfig>> LevelStorage.createLevelDataParser
(com.mojang.serialization.DynamicOps<NbtElement> ops, DataConfiguration dataConfiguration, Registry<DimensionOptions> dimensionOptionsRegistry, com.mojang.serialization.Lifecycle lifecycle) @Nullable com.mojang.datafixers.util.Pair<SaveProperties,
DimensionOptionsRegistryHolder.DimensionsConfig> LevelStorage.Session.readLevelProperties
(com.mojang.serialization.DynamicOps<NbtElement> ops, DataConfiguration dataConfiguration, Registry<DimensionOptions> dimensionOptionsRegistry, com.mojang.serialization.Lifecycle lifecycle) Modifier and TypeMethodDescriptionvoid
LevelStorage.Session.backupLevelDataFile
(DynamicRegistryManager registryManager, SaveProperties saveProperties) void
LevelStorage.Session.backupLevelDataFile
(DynamicRegistryManager registryManager, SaveProperties saveProperties, @Nullable NbtCompound nbt)