Uses of Enum Class
net.minecraft.world.level.LevelProperties.SpecialProperty
Packages that use LevelProperties.SpecialProperty
-
Uses of LevelProperties.SpecialProperty in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as LevelProperties.SpecialPropertyModifier and TypeFieldDescriptionprivate final LevelProperties.SpecialPropertyDimensionOptionsRegistryHolder.DimensionsConfig.specialWorldPropertyThe field for thespecialWorldPropertyrecord component.Methods in net.minecraft.world.dimension that return LevelProperties.SpecialPropertyModifier and TypeMethodDescriptionprivate static LevelProperties.SpecialPropertyDimensionOptionsRegistryHolder.getSpecialProperty(Registry<DimensionOptions> dimensionOptionsRegistry) DimensionOptionsRegistryHolder.DimensionsConfig.specialWorldProperty()Returns the value of thespecialWorldPropertyrecord component.Constructors in net.minecraft.world.dimension with parameters of type LevelProperties.SpecialPropertyModifierConstructorDescriptionDimensionsConfig(Registry<DimensionOptions> registry, LevelProperties.SpecialProperty specialProperty) -
Uses of LevelProperties.SpecialProperty in net.minecraft.world.level
Fields in net.minecraft.world.level declared as LevelProperties.SpecialPropertyModifier and TypeFieldDescriptionprivate final LevelProperties.SpecialPropertyLevelProperties.specialPropertyMethods in net.minecraft.world.level that return LevelProperties.SpecialPropertyModifier 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.Methods in net.minecraft.world.level with parameters of type LevelProperties.SpecialPropertyModifier and TypeMethodDescriptionstatic <T> LevelPropertiesLevelProperties.readProperties(com.mojang.serialization.Dynamic<T> dynamic, LevelInfo info, LevelProperties.SpecialProperty specialProperty, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle) Constructors in net.minecraft.world.level with parameters of type LevelProperties.SpecialPropertyModifierConstructorDescriptionprivateLevelProperties(@Nullable NbtCompound playerData, boolean modded, WorldProperties.SpawnPoint spawnPoint, long time, long timeOfDay, int version, int clearWeatherTime, int rainTime, boolean raining, int thunderTime, boolean thundering, boolean initialized, boolean difficultyLocked, Optional<WorldBorder.Properties> worldBorder, int wanderingTraderSpawnDelay, int wanderingTraderSpawnChance, @Nullable UUID wanderingTraderId, Set<String> serverBrands, Set<String> removedFeatures, Timer<MinecraftServer> scheduledEvents, @Nullable NbtCompound customBossEvents, EnderDragonFight.Data 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)