Uses of Class
net.minecraft.world.level.LevelInfo
Packages that use LevelInfo
Package
Description
-
Uses of LevelInfo in net.minecraft.client
Methods in net.minecraft.client with parameters of type LevelInfo -
Uses of LevelInfo in net.minecraft.client.world
Constructors in net.minecraft.client.world with parameters of type LevelInfoModifierConstructorDescriptionClientWorld(ClientPlayNetworkHandler netHandler, LevelInfo levelInfo, int dimensionId, Difficulty difficulty, Profiler profiler) -
Uses of LevelInfo in net.minecraft.server.integrated
Fields in net.minecraft.server.integrated declared as LevelInfoConstructors in net.minecraft.server.integrated with parameters of type LevelInfoModifierConstructorDescriptionIntegratedServer(MinecraftClient client, String runDirectory, String serverName, LevelInfo info) -
Uses of LevelInfo in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type LevelInfoModifier and TypeMethodDescriptionprotected voidprotected voidServerWorld.setPropertiesInitialized(LevelInfo info) Constructors in net.minecraft.server.world with parameters of type LevelInfoModifierConstructorDescriptionServerWorld(MinecraftServer minecraftServer, SaveHandler saveHandler, String string, int int2, LevelInfo levelInfo, Profiler profiler) -
Uses of LevelInfo in net.minecraft.world
Fields in net.minecraft.world declared as LevelInfoMethods in net.minecraft.world with parameters of type LevelInfoConstructors in net.minecraft.world with parameters of type LevelInfoModifierConstructorDescriptionMultiServerWorld(MinecraftServer minecraftServer, SaveHandler saveHandler, String string, int int2, LevelInfo levelInfo, ServerWorld serverWorld, Profiler profiler) World(SaveHandler saveHandler, String string, Dimension dimension, LevelInfo levelInfo, Profiler profiler) World(SaveHandler saveHandler, String string, LevelInfo levelInfo, Dimension dimension, Profiler profiler) -
Uses of LevelInfo in net.minecraft.world.level
Methods in net.minecraft.world.level that return LevelInfoModifier and TypeMethodDescriptionLevelInfo.enableCommands()LevelInfo.setBonusChest()LevelInfo.setGeneratorOptions(String generatorOptions) Constructors in net.minecraft.world.level with parameters of type LevelInfo