Uses of Enum Class
net.minecraft.world.level.storage.PrimaryLevelData.SpecialWorldProperty
Packages that use PrimaryLevelData.SpecialWorldProperty
-
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> pStemRegistry) 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> pTag, LevelSettings pLevelSettings, PrimaryLevelData.SpecialWorldProperty pSpecialWorldProperty, WorldOptions pWorldOptions, com.mojang.serialization.Lifecycle pWorldGenSettingsLifecycle) Constructors in net.minecraft.world.level.storage with parameters of type PrimaryLevelData.SpecialWorldPropertyModifierConstructorDescriptionprivatePrimaryLevelData(CompoundTag pLoadedPlayerTag, boolean pWasModded, LevelData.RespawnData pRespawnData, long pGameTime, long pDayTime, int pVersion, int pClearWeatherTime, int pRainTime, boolean pRaining, int pThunderTime, boolean pThundering, boolean pInitialized, boolean pDifficultyLocked, Optional<WorldBorder.Settings> pLegacyWorldBorderSettings, int pWanderingTraderSpawnDelay, int pWanderingTraderSpawnChance, UUID pWanderingTraderId, Set<String> pKnownServerBrands, Set<String> pRemovedFeatureFlags, TimerQueue<MinecraftServer> pScheduledEvents, CompoundTag pCustomBossEvents, EndDragonFight.Data pEndDragonFightData, LevelSettings pSettings, WorldOptions pWorldOptions, PrimaryLevelData.SpecialWorldProperty pSpecialWorldProperty, com.mojang.serialization.Lifecycle pWorldGenSettingsLifecycle) PrimaryLevelData(LevelSettings pSettings, WorldOptions pWorldOptions, PrimaryLevelData.SpecialWorldProperty pSpecialWorldProperty, com.mojang.serialization.Lifecycle pWorldGenSettingsLifecycle)