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 TypeMethodDescriptionprivate 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 TypeMethodDescriptionbooleanCreateWorldCallback.create(CreateWorldScreen screen, CombinedDynamicRegistries<ServerDynamicRegistryType> combinedDynamicRegistries, LevelProperties levelProperties, @Nullable Path dataPackTempDir) private voidCreateWorldScreen.createAndClearTempDir(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)