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 SavePropertiesclass_6904.worldDataThe field for theworldDatarecord component.Methods in net.minecraft that return SavePropertiesModifier and TypeMethodDescriptionclass_6904.worldData()Returns the value of theworldDatarecord component.Methods in net.minecraft that return types with arguments of type SavePropertiesModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Pair<SaveProperties,DynamicRegistryManager.Immutable> class_6904.class_6907.get(ResourceManager resourceManager, DataPackSettings dataPackSettings) Constructors in net.minecraft with parameters of type SavePropertiesModifierConstructorDescriptionclass_6904(LifecycledResourceManager lifecycledResourceManager, ServerResourceManager serverResourceManager, DynamicRegistryManager.Immutable immutable, SaveProperties saveProperties) -
Uses of SaveProperties in net.minecraft.server
Fields in net.minecraft.server declared as SavePropertiesMethods in net.minecraft.server that return SavePropertiesMethods in net.minecraft.server with parameters of type SavePropertiesModifier and TypeMethodDescriptionprivate voidMinecraftServer.setToDebugWorldProperties(SaveProperties properties) -
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.world.level
Classes in net.minecraft.world.level that implement SavePropertiesFields in net.minecraft.world.level declared as SavePropertiesModifier and TypeFieldDescriptionprivate final SavePropertiesUnmodifiableLevelProperties.savePropertiesConstructors 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 that return SavePropertiesModifier and TypeMethodDescriptionLevelStorage.Session.readLevelProperties(com.mojang.serialization.DynamicOps<NbtElement> ops, DataPackSettings dataPackSettings) Methods in net.minecraft.world.level.storage with parameters of type SavePropertiesModifier and TypeMethodDescriptionvoidLevelStorage.Session.backupLevelDataFile(DynamicRegistryManager registryManager, SaveProperties saveProperties) voidLevelStorage.Session.backupLevelDataFile(DynamicRegistryManager registryManager, SaveProperties saveProperties, @Nullable NbtCompound nbt)