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 specialWorldProperty, LayeredRegistryAccess<RegistryLayer> p_249152_, com.mojang.serialization.Lifecycle worldGenSettingsLifecycle) -
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> stemRegistry) 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 <T> PrimaryLevelData
PrimaryLevelData.parse
(com.mojang.serialization.Dynamic<T> tag, LevelSettings levelSettings, PrimaryLevelData.SpecialWorldProperty specialWorldProperty, WorldOptions worldOptions, com.mojang.serialization.Lifecycle worldGenSettingsLifecycle) Constructors in net.minecraft.world.level.storage with parameters of type PrimaryLevelData.SpecialWorldPropertyModifierConstructorDescriptionprivate
PrimaryLevelData
(CompoundTag loadedPlayerTag, boolean wasModded, BlockPos spawnPos, float spawnAngle, long gameTime, long dayTime, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, WorldBorder.Settings worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, UUID wanderingTraderId, Set<String> knownServerBrands, Set<String> removedFeatureFlags, TimerQueue<MinecraftServer> scheduledEvents, CompoundTag customBossEvents, EndDragonFight.Data endDragonFightData, LevelSettings settings, WorldOptions worldOptions, PrimaryLevelData.SpecialWorldProperty specialWorldProperty, com.mojang.serialization.Lifecycle worldGenSettingsLifecycle) PrimaryLevelData
(LevelSettings settings, WorldOptions worldOptions, PrimaryLevelData.SpecialWorldProperty specialWorldProperty, com.mojang.serialization.Lifecycle worldGenSettingsLifecycle)