Package net.minecraft.src
Class GuiScreenSelectLocation
java.lang.Object
net.minecraft.src.GuiScreenSelectLocation
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected intprotected final intprotected int -
Constructor Summary
ConstructorsConstructorDescriptionGuiScreenSelectLocation(Minecraft par1Minecraft, int par2, int par3, int par4, int par5, int par6) -
Method Summary
Modifier and TypeMethodDescriptionvoidactionPerformed(GuiButton par1GuiButton) Fired when a control is clicked.voiddrawScreen(int par1, int par2, float par3) Draws the screen and all the components in it.protected abstract voiddrawSlot(int var1, int var2, int var3, int var4, Tessellator var5) protected abstract voidelementClicked(int var1, boolean var2) the element in the slot that was clicked, boolean for wether it was double clicked or notvoidfunc_104084_a(int par1, int par2, int par3, int par4) intprotected abstract booleanfunc_104086_b(int var1) protected voidfunc_104087_b(int par1, int par2) protected voidfunc_104088_a(int par1, int par2, Tessellator par3Tessellator) protected voidfunc_104089_a(int par1, int par2) protected intprotected intprotected abstract voidprotected abstract intgetSize()Gets the size of the current slot list.protected abstract booleanisSelected(int var1) returns true if the element passed in is currently selected
-
Field Details
-
field_104098_a
protected int field_104098_a -
field_104096_b
protected int field_104096_b -
field_104097_c
protected final int field_104097_c -
field_104094_d
protected int field_104094_d -
field_104095_e
protected int field_104095_e
-
-
Constructor Details
-
GuiScreenSelectLocation
public GuiScreenSelectLocation(Minecraft par1Minecraft, int par2, int par3, int par4, int par5, int par6)
-
-
Method Details
-
func_104084_a
public void func_104084_a(int par1, int par2, int par3, int par4) -
getSize
protected abstract int getSize()Gets the size of the current slot list. -
elementClicked
protected abstract void elementClicked(int var1, boolean var2) the element in the slot that was clicked, boolean for wether it was double clicked or not -
isSelected
protected abstract boolean isSelected(int var1) returns true if the element passed in is currently selected -
func_104086_b
protected abstract boolean func_104086_b(int var1) -
func_130003_b
protected int func_130003_b() -
func_130004_c
protected abstract void func_130004_c() -
drawSlot
-
func_104088_a
-
func_104089_a
protected void func_104089_a(int par1, int par2) -
func_104087_b
protected void func_104087_b(int par1, int par2) -
func_104085_d
public int func_104085_d() -
actionPerformed
Fired when a control is clicked. This is the equivalent of ActionListener.actionPerformed(ActionEvent e). -
drawScreen
public void drawScreen(int par1, int par2, float par3) Draws the screen and all the components in it. -
func_104090_g
protected int func_104090_g()
-