Uses of Class
net.minecraft.world.level.LevelProperties
Packages that use LevelProperties
Package
Description
The base package for all Minecraft classes.
-
Uses of LevelProperties in net.minecraft
Methods in net.minecraft with parameters of type LevelPropertiesModifier and TypeMethodDescriptionbooleanclass_10241.create(CreateWorldScreen createWorldScreen, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, LevelProperties levelProperties, @Nullable Path path) private static Pathclass_10231.method_64337(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, LevelProperties levelProperties, @Nullable Path path) -
Uses of LevelProperties in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type LevelPropertiesModifier and TypeMethodDescriptionprivate voidCreateWorldScreen.method_64370(CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, LevelProperties levelProperties) -
Uses of LevelProperties in net.minecraft.world.level
Methods in net.minecraft.world.level that return LevelPropertiesModifier and TypeMethodDescriptionstatic <T> LevelPropertiesLevelProperties.readProperties(com.mojang.serialization.Dynamic<T> dynamic, LevelInfo info, LevelProperties.SpecialProperty specialProperty, GeneratorOptions generatorOptions, com.mojang.serialization.Lifecycle lifecycle)