net.minecraft.client.gui.components

public abstract class AbstractTextAreaWidget

extends AbstractScrollArea

All mapped superinterfaces:

Renderable, GuiEventListener, TabOrderedElement, LayoutElement, NarratableEntry, NarrationSupplier

ghs
net.minecraft.client.gui.components.AbstractTextAreaWidget
net.minecraft.class_10415
net.minecraft.client.gui.widget.ScrollableTextFieldWidget

Field summary

Modifier and TypeField
private static final WidgetSprites
c
BACKGROUND_SPRITES
field_55260
TEXTURES
private static final int
d
INNER_PADDING
field_55261
field_55261
public static final int
a
DEFAULT_TOTAL_PADDING
field_60867
field_60867
private boolean
e
showBackground
field_60433
hasBackground
private boolean
f
showDecorations
field_60434
hasOverlay

Constructor summary

ModifierConstructor
public (int arg0, int arg1, int arg2, int arg3, Component arg4)
public (int x, int y, int width, int height, Component message, boolean hasBackground, boolean hasOverlay)

Method summary

Modifier and TypeMethod
public boolean
a(gxs arg0, boolean arg1)
mouseClicked(MouseButtonEvent arg0, boolean arg1)
method_25402(class_11909 arg0, boolean arg1)
mouseClicked(Click arg0, boolean arg1)
public boolean
a(gxr arg0)
keyPressed(KeyEvent arg0)
method_25404(class_11908 arg0)
keyPressed(KeyInput arg0)
public void
a_(ghi arg0, int arg1, int arg2, float arg3)
renderWidget(GuiGraphics arg0, int arg1, int arg2, float arg3)
method_48579(class_332 arg0, int arg1, int arg2, float arg3)
renderWidget(DrawContext arg0, int arg1, int arg2, float arg3)
protected void
a(ghi arg0)
renderDecorations(GuiGraphics arg0)
method_44384(class_332 arg0)
renderOverlay(DrawContext context)
protected int
a()
innerPadding()
method_65509()
getTextMargin()
protected int
c()
totalInnerPadding()
method_65512()
getPadding()
public boolean
a_(double arg0, double arg1)
isMouseOver(double arg0, double arg1)
method_25405(double arg0, double arg1)
isMouseOver(double arg0, double arg1)
protected int
m()
scrollBarX()
method_65507()
getScrollbarX()
protected int
o()
contentHeight()
method_44395()
getContentsHeightWithPadding()
protected void
b(ghi arg0)
renderBackground(GuiGraphics arg0)
method_44386(class_332 arg0)
drawBox(DrawContext context)
protected void
a(ghi arg0, int arg1, int arg2, int arg3, int arg4)
renderBorder(GuiGraphics arg0, int arg1, int arg2, int arg3, int arg4)
method_65511(class_332 arg0, int arg1, int arg2, int arg3, int arg4)
draw(DrawContext context, int x, int y, int width, int height)
protected boolean
a(int arg0, int arg1)
withinContentAreaTopBottom(int arg0, int arg1)
method_65510(int arg0, int arg1)
isVisible(int textTop, int textBottom)
protected abstract int
d()
getInnerHeight()
method_44391()
getContentsHeight()
protected abstract void
c(ghi arg0, int arg1, int arg2, float arg3)
renderContents(GuiGraphics arg0, int arg1, int arg2, float arg3)
method_44389(class_332 arg0, int arg1, int arg2, float arg3)
renderContents(DrawContext context, int mouseX, int mouseY, float deltaTicks)
protected int
e()
getInnerLeft()
method_65513()
getTextX()
protected int
t()
getInnerTop()
method_65514()
getTextY()
public void
a(imn arg0)
playDownSound(SoundManager arg0)
method_25354(class_1144 arg0)
playDownSound(SoundManager arg0)