Uses of Enum Class
net.minecraft.world.level.LevelProperties.SpecialProperty
Package
Description
-
Uses of LevelProperties.SpecialProperty in net.minecraft.client.gui.screen.world
Modifier and TypeMethodDescriptionprivate void
CreateWorldScreen.startServer
(LevelProperties.SpecialProperty specialProperty, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, com.mojang.serialization.Lifecycle lifecycle) -
Uses of LevelProperties.SpecialProperty in net.minecraft.world.dimension
Modifier and TypeFieldDescriptionprivate final LevelProperties.SpecialProperty
DimensionOptionsRegistryHolder.DimensionsConfig.specialWorldProperty
The field for thespecialWorldProperty
record component.Modifier and TypeMethodDescriptionprivate static LevelProperties.SpecialProperty
DimensionOptionsRegistryHolder.getSpecialProperty
(Registry<DimensionOptions> dimensionOptionsRegistry) DimensionOptionsRegistryHolder.DimensionsConfig.specialWorldProperty()
Returns the value of thespecialWorldProperty
record component.ModifierConstructorDescriptionDimensionsConfig
(Registry<DimensionOptions> registry, LevelProperties.SpecialProperty specialProperty) -
Uses of LevelProperties.SpecialProperty in net.minecraft.world.level
Modifier and TypeFieldDescriptionprivate final LevelProperties.SpecialProperty
LevelProperties.specialProperty
Modifier and TypeMethodDescriptionDeprecated.Returns the enum constant of this class with the specified name.static LevelProperties.SpecialProperty[]
LevelProperties.SpecialProperty.values()
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic <T> LevelProperties
LevelProperties.readProperties
(com.mojang.serialization.Dynamic<T> dynamic, com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable NbtCompound playerData, LevelInfo levelInfo, SaveVersionInfo saveVersionInfo, LevelProperties.SpecialProperty specialProperty, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle) ModifierConstructorDescriptionprivate
LevelProperties
(@Nullable com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable NbtCompound playerData, boolean modded, int spawnX, int spawnY, int spawnZ, float spawnAngle, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, WorldBorder.Properties worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, @Nullable UUID wanderingTraderId, Set<String> serverBrands, Timer<MinecraftServer> scheduledEvents, @Nullable NbtCompound customBossEvents, NbtCompound dragonFight, LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, com.mojang.serialization.Lifecycle lifecycle) LevelProperties
(LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.SpecialProperty specialProperty, com.mojang.serialization.Lifecycle lifecycle)