Uses of Class
net.minecraft.client.multiplayer.WorldClient

Packages that use WorldClient
net.minecraft.client   
net.minecraft.client.renderer   
net.minecraftforge.client   
 

Uses of WorldClient in net.minecraft.client
 

Fields in net.minecraft.client declared as WorldClient
 WorldClient Minecraft.theWorld
           
 

Methods in net.minecraft.client with parameters of type WorldClient
 void Minecraft.loadWorld(WorldClient par1WorldClient)
          unloads the current world first
 void Minecraft.loadWorld(WorldClient par1WorldClient, String par2Str)
          par2Str is displayed on the loading screen to the user unloads the current world first
 

Uses of WorldClient in net.minecraft.client.renderer
 

Fields in net.minecraft.client.renderer declared as WorldClient
 WorldClient RenderGlobal.theWorld
           
 

Methods in net.minecraft.client.renderer with parameters of type WorldClient
 void RenderGlobal.setWorldAndLoadRenderers(WorldClient par1WorldClient)
          set null to clear
 

Uses of WorldClient in net.minecraftforge.client
 

Methods in net.minecraftforge.client with parameters of type WorldClient
abstract  void IRenderHandler.render(float partialTicks, WorldClient world, Minecraft mc)