Uses of Interface
net.minecraft.world.level.storage.WorldData
Packages that use WorldData
Package
Description
-
Uses of WorldData in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection with parameters of type WorldDataModifier and TypeMethodDescriptionvoid
WorldOpenFlows.createLevelFromExistingSettings
(LevelStorageSource.LevelStorageAccess pLevelStorage, ReloadableServerResources pResources, LayeredRegistryAccess<RegistryLayer> pRegistries, WorldData pWorldData) -
Uses of WorldData in net.minecraft.server
Fields in net.minecraft.server declared as WorldDataModifier and TypeFieldDescriptionprotected final WorldData
MinecraftServer.worldData
private final WorldData
WorldStem.worldData
The field for theworldData
record component.Methods in net.minecraft.server that return WorldDataModifier and TypeMethodDescriptionMinecraftServer.getWorldData()
WorldStem.worldData()
Returns the value of theworldData
record component.Methods in net.minecraft.server with parameters of type WorldDataModifier and TypeMethodDescriptionprivate void
MinecraftServer.setupDebugLevel
(WorldData pWorldData) Constructors in net.minecraft.server with parameters of type WorldDataModifierConstructorDescriptionWorldStem
(CloseableResourceManager resourceManager, ReloadableServerResources dataPackResources, LayeredRegistryAccess<RegistryLayer> registries, WorldData worldData) Creates an instance of aWorldStem
record class. -
Uses of WorldData in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type WorldDataModifier and TypeMethodDescriptionprivate static Collection
<String> ReloadCommand.discoverNewPacks
(PackRepository pPackRepository, WorldData pWorldData, Collection<String> pSelectedIds) Gets a list of IDs for the selected packs as well as all packs not disabled by the world config. -
Uses of WorldData in net.minecraft.world.level.storage
Classes in net.minecraft.world.level.storage that implement WorldDataFields in net.minecraft.world.level.storage declared as WorldDataModifier and TypeFieldDescriptionprivate final WorldData
DerivedLevelData.worldData
private final WorldData
LevelDataAndDimensions.worldData
The field for theworldData
record component.Methods in net.minecraft.world.level.storage that return WorldDataModifier and TypeMethodDescriptionLevelDataAndDimensions.worldData()
Returns the value of theworldData
record component.Methods in net.minecraft.world.level.storage with parameters of type WorldDataModifier and TypeMethodDescriptionvoid
LevelStorageSource.LevelStorageAccess.saveDataTag
(RegistryAccess pRegistries, WorldData pServerConfiguration) void
LevelStorageSource.LevelStorageAccess.saveDataTag
(RegistryAccess pRegistries, WorldData pServerConfiguration, CompoundTag pHostPlayerNBT) Constructors in net.minecraft.world.level.storage with parameters of type WorldDataModifierConstructorDescriptionDerivedLevelData
(WorldData pWorldData, ServerLevelData pWrapped) LevelDataAndDimensions
(WorldData worldData, WorldDimensions.Complete dimensions) Creates an instance of aLevelDataAndDimensions
record class. -
Uses of WorldData in net.neoforged.neoforge.common
Methods in net.neoforged.neoforge.common with parameters of type WorldDataModifier and TypeMethodDescriptionstatic void
CommonHooks.writeAdditionalLevelSaveData
(WorldData worldData, CompoundTag levelTag)