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.class_12064 class_12064, long long2, long long3, int int2, int int3, int int4, boolean bool, int int5, boolean bool2, boolean bool3, boolean bool4, Optional<WorldBorder.Properties> optional, int int6, int int7, @Nullable UUID uUID, Set<String> set, Set<String> set2, Timer<MinecraftServer> timer, @Nullable NbtCompound nbtCompound, EnderDragonFight.Data data, 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)