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.SpecialProperty
DimensionOptionsRegistryHolder.DimensionsConfig.specialWorldProperty
The field for thespecialWorldProperty
record component.Methods in net.minecraft.world.dimension that return LevelProperties.SpecialPropertyModifier and TypeMethodDescriptionprivate static LevelProperties.SpecialProperty
DimensionOptionsRegistryHolder.getSpecialProperty
(Registry<DimensionOptions> dimensionOptionsRegistry) DimensionOptionsRegistryHolder.DimensionsConfig.specialWorldProperty()
Returns the value of thespecialWorldProperty
record 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.SpecialProperty
LevelProperties.specialProperty
Methods 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> LevelProperties
LevelProperties.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.SpecialPropertyModifierConstructorDescriptionprivate
LevelProperties
(@Nullable NbtCompound playerData, boolean modded, BlockPos spawnPos, 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, 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)