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 TypeMethodDescriptionprivate voidvoidServerWorld.setPropertiesInitialized(LevelInfo info) -
Uses of LevelInfo in net.minecraft.world
Fields in net.minecraft.world declared as LevelInfoMethods in net.minecraft.world with parameters of type LevelInfo -
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) Methods in net.minecraft.world.level with parameters of type LevelInfoConstructors in net.minecraft.world.level with parameters of type LevelInfo