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.startNewWorld
(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 TypeFieldDescriptionprivate final SaveProperties
ParsedSaveProperties.properties
The field for theproperties
record component.Modifier and TypeMethodDescriptionParsedSaveProperties.properties()
Returns the value of theproperties
record component.Modifier and TypeMethodDescriptionvoid
LevelStorage.Session.backupLevelDataFile
(DynamicRegistryManager registryManager, SaveProperties saveProperties) void
LevelStorage.Session.backupLevelDataFile
(DynamicRegistryManager registryManager, SaveProperties saveProperties, @Nullable NbtCompound nbt) ModifierConstructorDescriptionParsedSaveProperties
(SaveProperties saveProperties, DimensionOptionsRegistryHolder.DimensionsConfig dimensionsConfig)