public abstract class GuiScreenSelectLocation
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
field_104094_d |
protected int |
field_104095_e |
protected int |
field_104096_b |
protected int |
field_104097_c |
protected int |
field_104098_a |
Constructor and Description |
---|
GuiScreenSelectLocation(Minecraft par1Minecraft,
int par2,
int par3,
int par4,
int par5,
int par6) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(GuiButton par1GuiButton)
Fired when a control is clicked.
|
void |
drawScreen(int par1,
int par2,
float par3)
Draws the screen and all the components in it.
|
protected abstract void |
drawSlot(int i,
int j,
int k,
int l,
Tessellator tessellator) |
protected abstract void |
elementClicked(int i,
boolean flag)
the element in the slot that was clicked, boolean for wether it was double clicked or not
|
void |
func_104084_a(int par1,
int par2,
int par3,
int par4) |
int |
func_104085_d() |
protected abstract boolean |
func_104086_b(int i) |
protected void |
func_104087_b(int par1,
int par2) |
protected void |
func_104088_a(int par1,
int par2,
Tessellator par3Tessellator) |
protected void |
func_104089_a(int par1,
int par2) |
protected int |
func_104090_g() |
protected int |
func_130003_b() |
protected abstract void |
func_130004_c() |
protected abstract int |
getSize()
Gets the size of the current slot list.
|
protected abstract boolean |
isSelected(int i)
returns true if the element passed in is currently selected
|
protected int field_104098_a
protected int field_104096_b
protected final int field_104097_c
protected int field_104094_d
protected int field_104095_e
public GuiScreenSelectLocation(Minecraft par1Minecraft, int par2, int par3, int par4, int par5, int par6)
public void func_104084_a(int par1, int par2, int par3, int par4)
protected abstract int getSize()
protected abstract void elementClicked(int i, boolean flag)
protected abstract boolean isSelected(int i)
protected abstract boolean func_104086_b(int i)
protected int func_130003_b()
protected abstract void func_130004_c()
protected abstract void drawSlot(int i, int j, int k, int l, Tessellator tessellator)
protected void func_104088_a(int par1, int par2, Tessellator par3Tessellator)
protected void func_104089_a(int par1, int par2)
protected void func_104087_b(int par1, int par2)
public int func_104085_d()
public void actionPerformed(GuiButton par1GuiButton)
public void drawScreen(int par1, int par2, float par3)
protected int func_104090_g()