Uses of Enum Class
net.minecraft.world.level.storage.PrimaryLevelData.SpecialWorldProperty
Packages that use PrimaryLevelData.SpecialWorldProperty
Package
Description
-
Uses of PrimaryLevelData.SpecialWorldProperty in net.minecraft.client.gui.screens.worldselection
Methods in net.minecraft.client.gui.screens.worldselection with parameters of type PrimaryLevelData.SpecialWorldPropertyModifier and TypeMethodDescriptionprivate void
CreateWorldScreen.createNewWorld
(PrimaryLevelData.SpecialWorldProperty p_250577_, LayeredRegistryAccess<RegistryLayer> p_249152_, com.mojang.serialization.Lifecycle p_249994_) -
Uses of PrimaryLevelData.SpecialWorldProperty in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen declared as PrimaryLevelData.SpecialWorldPropertyModifier and TypeFieldDescriptionprivate final PrimaryLevelData.SpecialWorldProperty
WorldDimensions.Complete.specialWorldProperty
The field for thespecialWorldProperty
record component.Methods in net.minecraft.world.level.levelgen that return PrimaryLevelData.SpecialWorldPropertyModifier and TypeMethodDescriptionWorldDimensions.Complete.specialWorldProperty()
Returns the value of thespecialWorldProperty
record component.private static PrimaryLevelData.SpecialWorldProperty
WorldDimensions.specialWorldProperty
(Registry<LevelStem> p_251549_) Constructors in net.minecraft.world.level.levelgen with parameters of type PrimaryLevelData.SpecialWorldPropertyModifierConstructorDescriptionComplete
(Registry<LevelStem> dimensions, PrimaryLevelData.SpecialWorldProperty specialWorldProperty) Creates an instance of aComplete
record class. -
Uses of PrimaryLevelData.SpecialWorldProperty in net.minecraft.world.level.storage
Fields in net.minecraft.world.level.storage declared as PrimaryLevelData.SpecialWorldPropertyModifier and TypeFieldDescriptionprivate final PrimaryLevelData.SpecialWorldProperty
PrimaryLevelData.specialWorldProperty
Methods in net.minecraft.world.level.storage that return PrimaryLevelData.SpecialWorldPropertyModifier and TypeMethodDescriptionDeprecated.Returns the enum constant of this class with the specified name.PrimaryLevelData.SpecialWorldProperty.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.level.storage with parameters of type PrimaryLevelData.SpecialWorldPropertyModifier and TypeMethodDescriptionstatic PrimaryLevelData
PrimaryLevelData.parse
(com.mojang.serialization.Dynamic<Tag> p_78531_, com.mojang.datafixers.DataFixer p_78532_, int p_78533_, CompoundTag p_78534_, LevelSettings p_78535_, LevelVersion p_78536_, PrimaryLevelData.SpecialWorldProperty p_250651_, WorldOptions p_251864_, com.mojang.serialization.Lifecycle p_78538_) Constructors in net.minecraft.world.level.storage with parameters of type PrimaryLevelData.SpecialWorldPropertyModifierConstructorDescriptionprivate
PrimaryLevelData
(com.mojang.datafixers.DataFixer p_249266_, int p_249857_, CompoundTag p_249309_, boolean p_251525_, int p_249614_, int p_252310_, int p_250544_, float p_250495_, long p_250393_, long p_252085_, int p_250455_, int p_248981_, int p_249051_, boolean p_249672_, int p_249807_, boolean p_252350_, boolean p_250231_, boolean p_249788_, WorldBorder.Settings p_251494_, int p_249519_, int p_250649_, UUID p_248892_, Set<String> p_251898_, TimerQueue<MinecraftServer> p_251119_, CompoundTag p_248915_, CompoundTag p_252274_, LevelSettings p_248619_, WorldOptions p_251512_, PrimaryLevelData.SpecialWorldProperty p_251396_, com.mojang.serialization.Lifecycle p_252247_) PrimaryLevelData
(LevelSettings p_251081_, WorldOptions p_251666_, PrimaryLevelData.SpecialWorldProperty p_252268_, com.mojang.serialization.Lifecycle p_251714_)