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 clientPlayNetworkHandler, LevelInfo levelInfo, DimensionType dimensionType, Difficulty difficulty, Profiler profiler) -
Uses of LevelInfo in net.minecraft.server
Methods in net.minecraft.server with parameters of type LevelInfoModifier and TypeMethodDescriptionvoidMinecraftServer.method_20316(SaveHandler saveHandler, class_4070 class_4070, LevelProperties levelProperties, LevelInfo levelInfo) -
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 minecraftClient, String string, String string2, LevelInfo levelInfo, com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService yggdrasilAuthenticationService, com.mojang.authlib.minecraft.MinecraftSessionService minecraftSessionService, com.mojang.authlib.GameProfileRepository gameProfileRepository, UserCache userCache) -
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.method_16395(JsonElement jsonElement) LevelInfo.setBonusChest()Methods in net.minecraft.world.level with parameters of type LevelInfoConstructors in net.minecraft.world.level with parameters of type LevelInfo