Uses of Interface
net.minecraft.world.level.storage.WorldData
Package
Description
-
Uses of WorldData in net.minecraft.client.gui.screens.worldselection
Modifier and TypeMethodDescriptionvoid
WorldOpenFlows.createLevelFromExistingSettings
(LevelStorageSource.LevelStorageAccess p_250919_, ReloadableServerResources p_248897_, LayeredRegistryAccess<RegistryLayer> p_250801_, WorldData p_251654_) -
Uses of WorldData in net.minecraft.server
Modifier and TypeFieldDescriptionprotected final WorldData
MinecraftServer.worldData
private final WorldData
WorldStem.worldData
The field for theworldData
record component.Modifier and TypeMethodDescriptionMinecraftServer.getWorldData()
WorldStem.worldData()
Returns the value of theworldData
record component.Modifier and TypeMethodDescriptionprivate void
MinecraftServer.setupDebugLevel
(WorldData p_129848_) ModifierConstructorDescriptionWorldStem
(CloseableResourceManager resourceManager, ReloadableServerResources dataPackResources, LayeredRegistryAccess<RegistryLayer> registries, WorldData worldData) Creates an instance of aWorldStem
record class. -
Uses of WorldData in net.minecraft.server.commands
Modifier and TypeMethodDescriptionprivate static Collection<String>
ReloadCommand.discoverNewPacks
(PackRepository p_138223_, WorldData p_138224_, Collection<String> p_138225_) -
Uses of WorldData in net.minecraft.world.level.storage
Modifier and TypeFieldDescriptionprivate final WorldData
DerivedLevelData.worldData
private final WorldData
LevelDataAndDimensions.worldData
The field for theworldData
record component.Modifier and TypeMethodDescriptionLevelDataAndDimensions.worldData()
Returns the value of theworldData
record component.Modifier and TypeMethodDescriptionvoid
LevelStorageSource.LevelStorageAccess.saveDataTag
(RegistryAccess p_78288_, WorldData p_78289_) void
LevelStorageSource.LevelStorageAccess.saveDataTag
(RegistryAccess p_78291_, WorldData p_78292_, CompoundTag p_78293_) ModifierConstructorDescriptionDerivedLevelData
(WorldData p_78079_, ServerLevelData p_78080_) LevelDataAndDimensions
(WorldData worldData, WorldDimensions.Complete dimensions) Creates an instance of aLevelDataAndDimensions
record class. -
Uses of WorldData in net.minecraftforge.common
Modifier and TypeMethodDescriptionstatic void
ForgeHooks.writeAdditionalLevelSaveData
(WorldData worldData, CompoundTag levelTag)