Uses of Enum Class
net.minecraft.world.level.LevelProperties.class_7729
Packages that use LevelProperties.class_7729
Package
Description
The base package for all Minecraft classes.
-
Uses of LevelProperties.class_7729 in net.minecraft
Fields in net.minecraft declared as LevelProperties.class_7729Modifier and TypeFieldDescriptionprivate final LevelProperties.class_7729class_7723.class_7725.specialWorldPropertyThe field for thespecialWorldPropertyrecord component.Methods in net.minecraft that return LevelProperties.class_7729Modifier and TypeMethodDescriptionprivate static LevelProperties.class_7729class_7723.method_45530(Registry<DimensionOptions> registry) class_7723.class_7725.specialWorldProperty()Returns the value of thespecialWorldPropertyrecord component.Constructors in net.minecraft with parameters of type LevelProperties.class_7729ModifierConstructorDescriptionclass_7725(Registry<DimensionOptions> registry, LevelProperties.class_7729 class_7729) -
Uses of LevelProperties.class_7729 in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type LevelProperties.class_7729Modifier and TypeMethodDescriptionprivate voidCreateWorldScreen.startServer(LevelProperties.class_7729 class_7729, class_7780<class_7659> class_7780, com.mojang.serialization.Lifecycle lifecycle) -
Uses of LevelProperties.class_7729 in net.minecraft.world.level
Fields in net.minecraft.world.level declared as LevelProperties.class_7729Modifier and TypeFieldDescriptionprivate final LevelProperties.class_7729LevelProperties.field_40372Methods in net.minecraft.world.level that return LevelProperties.class_7729Modifier and TypeMethodDescriptionstatic LevelProperties.class_7729Deprecated.Returns the enum constant of this class with the specified name.static LevelProperties.class_7729[]LevelProperties.class_7729.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.class_7729Modifier and TypeMethodDescriptionstatic LevelPropertiesLevelProperties.readProperties(com.mojang.serialization.Dynamic<NbtElement> dynamic, com.mojang.datafixers.DataFixer dataFixer, int dataVersion, @Nullable NbtCompound playerData, LevelInfo levelInfo, SaveVersionInfo saveVersionInfo, LevelProperties.class_7729 class_7729, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle) Constructors in net.minecraft.world.level with parameters of type LevelProperties.class_7729ModifierConstructorDescriptionprivateLevelProperties(@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.class_7729 class_7729, com.mojang.serialization.Lifecycle lifecycle) LevelProperties(LevelInfo levelInfo, GeneratorOptions generatorOptions, LevelProperties.class_7729 class_7729, com.mojang.serialization.Lifecycle lifecycle)