public abstract class ResourcePackListEntry extends java.lang.Object implements GuiListExtended.IGuiListEntry
Modifier and Type | Field and Description |
---|---|
protected GuiScreenResourcePacks |
field_148315_b |
protected Minecraft |
field_148317_a |
Constructor and Description |
---|
ResourcePackListEntry(GuiScreenResourcePacks p_i45051_1_) |
Modifier and Type | Method and Description |
---|---|
void |
drawEntry(int slotIndex,
int x,
int y,
int listWidth,
int slotHeight,
int mouseX,
int mouseY,
boolean isSelected) |
protected boolean |
func_148307_h() |
protected boolean |
func_148308_f() |
protected boolean |
func_148309_e() |
protected boolean |
func_148310_d() |
protected abstract java.lang.String |
func_148311_a() |
protected abstract java.lang.String |
func_148312_b() |
protected abstract void |
func_148313_c() |
protected boolean |
func_148314_g() |
boolean |
mousePressed(int p_148278_1_,
int p_148278_2_,
int p_148278_3_,
int p_148278_4_,
int p_148278_5_,
int p_148278_6_) |
void |
mouseReleased(int slotIndex,
int x,
int y,
int mouseEvent,
int relativeX,
int relativeY) |
void |
setSelected(int p_178011_1_,
int p_178011_2_,
int p_178011_3_) |
protected final Minecraft field_148317_a
protected final GuiScreenResourcePacks field_148315_b
public ResourcePackListEntry(GuiScreenResourcePacks p_i45051_1_)
public void drawEntry(int slotIndex, int x, int y, int listWidth, int slotHeight, int mouseX, int mouseY, boolean isSelected)
drawEntry
in interface GuiListExtended.IGuiListEntry
protected abstract java.lang.String func_148311_a()
protected abstract java.lang.String func_148312_b()
protected abstract void func_148313_c()
protected boolean func_148310_d()
protected boolean func_148309_e()
protected boolean func_148308_f()
protected boolean func_148314_g()
protected boolean func_148307_h()
public boolean mousePressed(int p_148278_1_, int p_148278_2_, int p_148278_3_, int p_148278_4_, int p_148278_5_, int p_148278_6_)
mousePressed
in interface GuiListExtended.IGuiListEntry
public void setSelected(int p_178011_1_, int p_178011_2_, int p_178011_3_)
setSelected
in interface GuiListExtended.IGuiListEntry
public void mouseReleased(int slotIndex, int x, int y, int mouseEvent, int relativeX, int relativeY)
mouseReleased
in interface GuiListExtended.IGuiListEntry