net.minecraft.client.gui.widget

public abstract class ListWidget

extends AbstractContainerEventHandler

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener

chk
net.minecraft.unmapped.C_76575783
net.minecraft.client.gui.widget.ListWidget
net.minecraft.client.gui.GuiSlot

Field summary

Modifier and TypeField
protected final Minecraft
a
f_42297045
minecraft
field_148161_k
protected int
f
f_32805192
width
field_148155_a
protected int
g
f_41056205
height
field_148158_l
protected int
h
f_44335015
minY
field_148153_b
protected int
i
f_46226834
maxY
field_148154_c
protected int
j
f_07002451
maxX
field_148151_d
protected int
k
f_75523779
minX
field_148152_e
protected final int
l
f_40190548
entryHeight
field_148149_f
protected boolean
m
f_85080899
centerAlongY
field_148163_i
protected int
n
f_77022662
mouseYStart
field_148157_o
protected double
o
f_41255119
scrollAmount
field_148169_q
protected int
p
f_72107745
pos
field_148168_r
protected long
q
f_29068797
time
field_148167_s
protected boolean
r
f_13423962
visible
field_178041_q
protected boolean
s
f_39197674
renderSelectionHighlight
field_148166_t
protected boolean
t
f_79744005
renderHeader
field_148165_u
protected int
u
f_89983388
headerHeight
field_148160_j
private boolean
v
f_75755873
scrolling
field_195084_v

Constructor summary

ModifierConstructor
public (Minecraft minecraft, int width, int height, int minY, int maxY, int entryHeight)

Method summary

Modifier and TypeMethod
public void
c(int arg0, int arg1, int arg2, int arg3)
m_70844354(int arg0, int arg1, int arg2, int arg3)
setBounds(int width, int height, int minY, int maxY)
func_148122_a(int arg0, int arg1, int arg2, int arg3)
public void
c(boolean arg0)
m_25015842(boolean arg0)
setRenderSelectionHighlight(boolean renderSelectionHighlight)
func_193651_b(boolean arg0)
protected void
a(boolean arg0, int arg1)
m_49820303(boolean arg0, int arg1)
setHeader(boolean renderHeader, int headerHeight)
func_148133_a(boolean arg0, int arg1)
public boolean
m()
m_12082604()
isVisible()
func_195082_l()
protected abstract int
d()
m_87897431()
size()
func_148127_b()
public void
b(int arg0)
m_86560037(int arg0)
selectEntry(int index)
func_195080_b(int arg0)
protected List<? extends GuiEventListener>
b()
m_71332503()
children()
func_195074_b()
protected boolean
a(int arg0, int arg1, double arg2, double arg3)
m_07503748(int arg0, int arg1, double arg2, double arg3)
entryClicked(int index, int button, double mouseX, double mouseY)
func_195078_a(int arg0, int arg1, double arg2, double arg3)
protected abstract boolean
a(int arg0)
m_62450030(int arg0)
isEntrySelected(int index)
func_148131_a(int arg0)
protected int
n()
m_40144889()
getHeight()
func_148138_e()
protected abstract void
a()
m_73025081()
renderBackground()
func_148123_a()
protected void
a(int arg0, int arg1, int arg2, float arg3)
m_68373704(int arg0, int arg1, int arg2, float arg3)
renderEntryOutOfBounds(int index, int x, int y, float tickDelta)
func_192639_a(int arg0, int arg1, int arg2, float arg3)
protected abstract void
a(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, float arg6)
m_41486279(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, float arg6)
renderEntry(int index, int x, int y, int height, int mouseX, int mouseY, float tickDelta)
func_192637_a(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, float arg6)
protected void
a(int arg0, int arg1, cul arg2)
m_32293131(int arg0, int arg1, C_96603444 arg2)
renderHeader(int x, int y, Tesselator tesselator)
func_148129_a(int arg0, int arg1, Tessellator arg2)
protected void
a(int arg0, int arg1)
m_79908931(int arg0, int arg1)
headerClicked(int x, int y)
func_148132_a(int arg0, int arg1)
protected void
b(int arg0, int arg1)
m_62145593(int arg0, int arg1)
renderDecorations(int mouseX, int mouseY)
func_148142_b(int arg0, int arg1)
public int
a(double arg0, double arg1)
m_34161034(double arg0, double arg1)
getEntryAt(double x, double y)
func_195083_a(double arg0, double arg1)
protected void
o()
m_54436362()
capScrolling()
func_148121_k()
public int
p()
m_40548658()
getMaxScroll()
func_148135_f()
public int
q()
m_27489340()
getScrollAmount()
func_148148_g()
public boolean
b(double arg0, double arg1)
m_71837473(double arg0, double arg1)
isMouseInList(double mouseX, double mouseY)
func_195079_b(double arg0, double arg1)
public void
e(int arg0)
m_65760331(int arg0)
scroll(int amount)
func_148145_f(int arg0)
public void
a(int arg0, int arg1, float arg2)
m_60498464(int arg0, int arg1, float arg2)
render(int mouseX, int mouseY, float tickDelta)
func_148128_a(int arg0, int arg1, float arg2)
protected void
a(double arg0, double arg1, int arg2)
m_69558102(double arg0, double arg1, int arg2)
updateScrollingState(double mouseX, double mouseY, int button)
func_195077_a(double arg0, double arg1, int arg2)
public boolean
mouseClicked(double arg0, double arg1, int arg2)
m_29843171(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
public boolean
mouseReleased(double arg0, double arg1, int arg2)
m_37728393(double arg0, double arg1, int arg2)
mouseReleased(double arg0, double arg1, int arg2)
mouseReleased(double arg0, double arg1, int arg2)
public boolean
mouseDragged(double arg0, double arg1, int arg2, double arg3, double arg4)
m_52921597(double arg0, double arg1, int arg2, double arg3, double arg4)
mouseDragged(double arg0, double arg1, int arg2, double arg3, double arg4)
mouseDragged(double arg0, double arg1, int arg2, double arg3, double arg4)
public boolean
mouseScrolled(double arg0)
m_12950098(double arg0)
mouseScrolled(double arg0)
mouseScrolled(double arg0)
public boolean
keyPressed(int arg0, int arg1, int arg2)
m_40016007(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
public boolean
charTyped(char arg0, int arg1)
m_98491981(char arg0, int arg1)
charTyped(char arg0, int arg1)
charTyped(char arg0, int arg1)
public int
e()
m_77111189()
getRowWidth()
func_148139_c()
protected void
a(int arg0, int arg1, int arg2, int arg3, float arg4)
m_16182345(int arg0, int arg1, int arg2, int arg3, float arg4)
renderList(int x, int y, int mouseX, int mouseY, float tickDelta)
func_192638_a(int arg0, int arg1, int arg2, int arg3, float arg4)
protected int
f()
m_11670522()
getScrollbarPosition()
func_148137_d()
protected void
d(int arg0, int arg1, int arg2, int arg3)
m_75979419(int arg0, int arg1, int arg2, int arg3)
renderHoleBackground(int top, int bottom, int topAlpha, int bottomAlpha)
func_148136_c(int arg0, int arg1, int arg2, int arg3)
public void
f(int arg0)
m_34313474(int arg0)
setX(int minX)
func_148140_g(int arg0)
public int
s()
m_54872759()
getEntryHeight()
func_148146_j()