Uses of Interface
net.minecraft.world.SaveProperties
Packages that use SaveProperties
Package
Description
The base package for all Minecraft classes.
-
Uses of SaveProperties in net.minecraft
Fields in net.minecraft declared as SavePropertiesModifier and TypeFieldDescriptionprivate final SaveProperties
class_8895.worldData
The field for theworldData
record component.Methods in net.minecraft that return SavePropertiesModifier and TypeMethodDescriptionclass_8895.worldData()
Returns the value of theworldData
record component.Constructors in net.minecraft with parameters of type SavePropertiesModifierConstructorDescriptionclass_8895
(SaveProperties saveProperties, DimensionOptionsRegistryHolder.DimensionsConfig dimensionsConfig) -
Uses of SaveProperties in net.minecraft.server
Fields in net.minecraft.server declared as SavePropertiesModifier and TypeFieldDescriptionprotected final SaveProperties
MinecraftServer.saveProperties
private final SaveProperties
SaveLoader.saveProperties
The field for thesaveProperties
record component.Methods in net.minecraft.server that return SavePropertiesModifier and TypeMethodDescriptionMinecraftServer.getSaveProperties()
SaveLoader.saveProperties()
Returns the value of thesaveProperties
record component.Methods in net.minecraft.server with parameters of type SavePropertiesModifier and TypeMethodDescriptionprivate void
MinecraftServer.setToDebugWorldProperties
(SaveProperties properties) Constructors in net.minecraft.server with parameters of type SavePropertiesModifierConstructorDescriptionSaveLoader
(LifecycledResourceManager lifecycledResourceManager, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, SaveProperties saveProperties) -
Uses of SaveProperties in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type SavePropertiesModifier and TypeMethodDescriptionprivate static Collection<String>
ReloadCommand.findNewDataPacks
(ResourcePackManager dataPackManager, SaveProperties saveProperties, Collection<String> enabledDataPacks) -
Uses of SaveProperties in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated with parameters of type SavePropertiesModifier and TypeMethodDescriptionvoid
IntegratedServerLoader.start
(LevelStorage.Session session, DataPackContents dataPackContents, CombinedDynamicRegistries<ServerDynamicRegistryType> dynamicRegistryManager, SaveProperties saveProperties) -
Uses of SaveProperties in net.minecraft.world.level
Classes in net.minecraft.world.level that implement SavePropertiesFields in net.minecraft.world.level declared as SavePropertiesModifier and TypeFieldDescriptionprivate final SaveProperties
UnmodifiableLevelProperties.saveProperties
Constructors in net.minecraft.world.level with parameters of type SavePropertiesModifierConstructorDescriptionUnmodifiableLevelProperties
(SaveProperties saveProperties, ServerWorldProperties worldProperties) -
Uses of SaveProperties in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage with parameters of type SavePropertiesModifier and TypeMethodDescriptionvoid
LevelStorage.Session.backupLevelDataFile
(DynamicRegistryManager registryManager, SaveProperties saveProperties) void
LevelStorage.Session.backupLevelDataFile
(DynamicRegistryManager registryManager, SaveProperties saveProperties, @Nullable NbtCompound nbt)