Uses of Class
net.minecraft.world.level.LevelProperties
Packages that use LevelProperties
Package
Description
-
Uses of LevelProperties in net.minecraft
Constructors in net.minecraft with parameters of type LevelPropertiesModifierConstructorDescription(package private)class_4706(LevelProperties levelProperties) (package private)class_4707(LevelProperties levelProperties) (package private)class_4708(LevelProperties levelProperties) (package private)class_4709(LevelProperties levelProperties) (package private)class_4710(LevelProperties levelProperties) (package private)class_4711(LevelProperties levelProperties) (package private)class_4712(LevelProperties levelProperties) (package private)class_4713(LevelProperties levelProperties) (package private)class_4714(LevelProperties levelProperties) -
Uses of LevelProperties in net.minecraft.client.gui.screen.world
Methods in net.minecraft.client.gui.screen.world with parameters of type LevelProperties -
Uses of LevelProperties in net.minecraft.server.world
Constructors in net.minecraft.server.world with parameters of type LevelPropertiesModifierConstructorDescriptionServerWorld(MinecraftServer server, SaveHandler handler, LevelProperties properties, int dimensionId, Profiler profiler) -
Uses of LevelProperties in net.minecraft.world
Fields in net.minecraft.world declared as LevelPropertiesMethods in net.minecraft.world that return LevelPropertiesModifier and TypeMethodDescriptionEmptySaveHandler.getLevelProperties()SaveHandler.getLevelProperties()World.getLevelProperties()WorldSaveHandler.getLevelProperties()Methods in net.minecraft.world with parameters of type LevelPropertiesModifier and TypeMethodDescriptionvoidAnvilWorldSaveHandler.saveWorld(LevelProperties properties, NbtCompound nbt) voidEmptySaveHandler.saveWorld(LevelProperties properties) voidEmptySaveHandler.saveWorld(LevelProperties properties, NbtCompound nbt) voidSaveHandler.saveWorld(LevelProperties properties) voidSaveHandler.saveWorld(LevelProperties properties, NbtCompound nbt) voidWorldSaveHandler.saveWorld(LevelProperties properties) voidWorldSaveHandler.saveWorld(LevelProperties properties, NbtCompound nbt) Constructors in net.minecraft.world with parameters of type LevelPropertiesModifierConstructorDescriptionDemoServerWorld(MinecraftServer server, SaveHandler handler, LevelProperties properties, int dimensionId, Profiler profiler) protectedWorld(SaveHandler handler, LevelProperties properties, Dimension dim, Profiler profiler, boolean isClient) -
Uses of LevelProperties in net.minecraft.world.level
Subclasses of LevelProperties in net.minecraft.world.levelFields in net.minecraft.world.level declared as LevelPropertiesModifier and TypeFieldDescriptionprivate final LevelPropertiesReadOnlyLevelProperties.levelPropertiesConstructors in net.minecraft.world.level with parameters of type LevelProperties -
Uses of LevelProperties in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return LevelPropertiesModifier and TypeMethodDescriptionLevelStorage.getLevelProperties(String name) LevelStorageAccess.getLevelProperties(String name)