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.worldselectionMethods in net.minecraft.client.gui.screens.worldselection with parameters of type PrimaryLevelData.SpecialWorldPropertyModifier and TypeMethodDescriptionprivate voidCreateWorldScreen.createNewWorld(PrimaryLevelData.SpecialWorldProperty p_250577_, LayeredRegistryAccess<RegistryLayer> p_249152_, com.mojang.serialization.Lifecycle p_249994_) 
- 
Uses of PrimaryLevelData.SpecialWorldProperty in net.minecraft.world.level.levelgenFields in net.minecraft.world.level.levelgen declared as PrimaryLevelData.SpecialWorldPropertyModifier and TypeFieldDescriptionprivate final PrimaryLevelData.SpecialWorldPropertyWorldDimensions.Complete.specialWorldPropertyThe field for thespecialWorldPropertyrecord component.Methods in net.minecraft.world.level.levelgen that return PrimaryLevelData.SpecialWorldPropertyModifier and TypeMethodDescriptionWorldDimensions.Complete.specialWorldProperty()Returns the value of thespecialWorldPropertyrecord component.private static PrimaryLevelData.SpecialWorldPropertyWorldDimensions.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 aCompleterecord class.
- 
Uses of PrimaryLevelData.SpecialWorldProperty in net.minecraft.world.level.storageFields in net.minecraft.world.level.storage declared as PrimaryLevelData.SpecialWorldPropertyModifier and TypeFieldDescriptionprivate final PrimaryLevelData.SpecialWorldPropertyPrimaryLevelData.specialWorldPropertyMethods 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 <T> PrimaryLevelDataPrimaryLevelData.parse(com.mojang.serialization.Dynamic<T> p_78531_, LevelSettings p_78535_, 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.SpecialWorldPropertyModifierConstructorDescriptionprivatePrimaryLevelData(CompoundTag p_277888_, boolean p_278109_, int p_277672_, int p_277714_, int p_278088_, float p_277542_, long p_277414_, long p_277635_, int p_278037_, int p_277595_, int p_277794_, boolean p_277943_, int p_278007_, boolean p_277644_, boolean p_277749_, boolean p_278004_, WorldBorder.Settings p_277729_, int p_277674_, int p_277856_, UUID p_277341_, Set<String> p_277989_, Set<String> p_277399_, TimerQueue<MinecraftServer> p_277860_, CompoundTag p_277936_, EndDragonFight.Data p_289764_, LevelSettings p_278064_, WorldOptions p_278072_, PrimaryLevelData.SpecialWorldProperty p_277548_, com.mojang.serialization.Lifecycle p_277915_) PrimaryLevelData(LevelSettings p_251081_, WorldOptions p_251666_, PrimaryLevelData.SpecialWorldProperty p_252268_, com.mojang.serialization.Lifecycle p_251714_)