Uses of Class
net.minecraft.client.world.ClientWorld.ClientWorldInfo
-
Packages that use ClientWorld.ClientWorldInfo Package Description net.minecraft.client.network.play net.minecraft.client.world -
-
Uses of ClientWorld.ClientWorldInfo in net.minecraft.client.network.play
Fields in net.minecraft.client.network.play declared as ClientWorld.ClientWorldInfo Modifier and Type Field Description private ClientWorld.ClientWorldInfoClientPlayNetHandler. levelData -
Uses of ClientWorld.ClientWorldInfo in net.minecraft.client.world
Fields in net.minecraft.client.world declared as ClientWorld.ClientWorldInfo Modifier and Type Field Description private ClientWorld.ClientWorldInfoClientWorld. clientLevelDataMethods in net.minecraft.client.world that return ClientWorld.ClientWorldInfo Modifier and Type Method Description ClientWorld.ClientWorldInfoClientWorld. getLevelData()Constructors in net.minecraft.client.world with parameters of type ClientWorld.ClientWorldInfo Constructor Description ClientWorld(ClientPlayNetHandler p_i242067_1_, ClientWorld.ClientWorldInfo p_i242067_2_, RegistryKey<World> p_i242067_3_, DimensionType p_i242067_4_, int p_i242067_5_, java.util.function.Supplier<IProfiler> p_i242067_6_, WorldRenderer p_i242067_7_, boolean p_i242067_8_, long p_i242067_9_)
-