|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.client.gui.Gui
net.minecraft.client.gui.GuiScreen
net.minecraft.client.gui.GuiFlatPresets
public class GuiFlatPresets
| Field Summary |
|---|
| Fields inherited from class net.minecraft.client.gui.GuiScreen |
|---|
allowUserInput, guiParticles, height, isMacOs, width |
| Constructor Summary | |
|---|---|
GuiFlatPresets(GuiCreateFlatWorld par1)
|
|
| Method Summary | |
|---|---|
static void |
addPreset(String par0Str,
int par1,
BiomeGenBase par2BiomeGenBase,
List par3List,
FlatLayerInfo... par4ArrayOfFlatLayerInfo)
Add a flat world preset. |
static void |
addPresetNoFeatures(String par0Str,
int par1,
BiomeGenBase par2BiomeGenBase,
FlatLayerInfo... par3ArrayOfFlatLayerInfo)
Add a flat world preset with no world features. |
void |
drawScreen(int par1,
int par2,
float par3)
Draws the screen and all the components in it. |
void |
func_82296_g()
|
void |
initGui()
Adds the buttons (and other controls) to the screen in question. |
void |
onGuiClosed()
Called when the screen is unloaded. |
void |
updateScreen()
Called from the main game loop to update the screen. |
| Methods inherited from class net.minecraft.client.gui.GuiScreen |
|---|
confirmClicked, doesGuiPauseGame, drawBackground, drawDefaultBackground, drawWorldBackground, getClipboardString, handleInput, handleKeyboardInput, handleMouseInput, isCtrlKeyDown, isShiftKeyDown, setClipboardString, setWorldAndResolution |
| Methods inherited from class net.minecraft.client.gui.Gui |
|---|
drawCenteredString, drawRect, drawString, drawTexturedModalRect |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GuiFlatPresets(GuiCreateFlatWorld par1)
| Method Detail |
|---|
public void initGui()
initGui in class GuiScreenpublic void onGuiClosed()
onGuiClosed in class GuiScreen
public void drawScreen(int par1,
int par2,
float par3)
drawScreen in class GuiScreenpublic void updateScreen()
updateScreen in class GuiScreenpublic void func_82296_g()
public static void addPresetNoFeatures(String par0Str,
int par1,
BiomeGenBase par2BiomeGenBase,
FlatLayerInfo... par3ArrayOfFlatLayerInfo)
public static void addPreset(String par0Str,
int par1,
BiomeGenBase par2BiomeGenBase,
List par3List,
FlatLayerInfo... par4ArrayOfFlatLayerInfo)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||