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 p_250919_, ReloadableServerResources p_248897_, LayeredRegistryAccess<RegistryLayer> p_250801_, WorldData p_251654_) private boolean
CreateWorldScreen.createNewWorld
(LayeredRegistryAccess<RegistryLayer> p_249152_, WorldData p_374211_) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type WorldDataModifierConstructorDescriptionprivate
OptimizeWorldScreen
(it.unimi.dsi.fastutil.booleans.BooleanConsumer p_251295_, com.mojang.datafixers.DataFixer p_250489_, LevelStorageSource.LevelStorageAccess p_248781_, WorldData p_401026_, boolean p_250358_, RegistryAccess p_323621_) -
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 static void
Main.forceUpgrade
(LevelStorageSource.LevelStorageAccess p_195489_, WorldData p_401284_, com.mojang.datafixers.DataFixer p_195490_, boolean p_195491_, BooleanSupplier p_195492_, RegistryAccess p_323503_, boolean p_321704_) private void
MinecraftServer.setupDebugLevel
(WorldData p_129848_) 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 p_138223_, WorldData p_138224_, Collection<String> p_138225_) -
Uses of WorldData in net.minecraft.util.worldupdate
Constructors in net.minecraft.util.worldupdate with parameters of type WorldDataModifierConstructorDescriptionWorldUpgrader
(LevelStorageSource.LevelStorageAccess p_249922_, com.mojang.datafixers.DataFixer p_250273_, WorldData p_401329_, RegistryAccess p_323645_, boolean p_250738_, boolean p_321700_) -
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 p_78288_, WorldData p_78289_) void
LevelStorageSource.LevelStorageAccess.saveDataTag
(RegistryAccess p_78291_, WorldData p_78292_, CompoundTag p_78293_) Constructors in net.minecraft.world.level.storage with parameters of type WorldDataModifierConstructorDescriptionDerivedLevelData
(WorldData p_78079_, ServerLevelData p_78080_) 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)