Package | Description |
---|---|
net.minecraft.client | |
net.minecraft.client.renderer | |
net.minecraftforge.client |
Modifier and Type | Field and Description |
---|---|
WorldClient |
Minecraft.theWorld |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
WorldClient |
RenderGlobal.theWorld |
Modifier and Type | Method and Description |
---|---|
void |
RenderGlobal.setWorldAndLoadRenderers(WorldClient par1WorldClient)
set null to clear
|
Modifier and Type | Method and Description |
---|---|
abstract void |
IRenderHandler.render(float partialTicks,
WorldClient world,
Minecraft mc) |