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 voidCreateWorldScreen.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.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> stemRegistry) 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.storage
Fields 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> 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.SpecialWorldPropertyModifierConstructorDescriptionprivatePrimaryLevelData(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)