net.minecraft.client.gui.components

public abstract class AbstractTextAreaWidget

extends AbstractScrollArea

All mapped superinterfaces:

Renderable, GuiEventListener, TabOrderedElement, LayoutElement, NarratableEntry, NarrationSupplier

fxk
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(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
method_25402(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
public boolean
a(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
method_25404(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
public void
b(fxa 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(fxa arg0)
renderDecorations(GuiGraphics arg0)
method_44384(class_332 arg0)
renderOverlay(DrawContext context)
protected int
a()
innerPadding()
method_65509()
getTextMargin()
protected int
b()
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
l()
scrollBarX()
method_65507()
getScrollbarX()
protected int
n()
contentHeight()
method_44395()
getContentsHeightWithPadding()
protected void
b(fxa arg0)
renderBackground(GuiGraphics arg0)
method_44386(class_332 arg0)
drawBox(DrawContext context)
protected void
a(fxa 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
c()
getInnerHeight()
method_44391()
getContentsHeight()
protected abstract void
c(fxa 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
p()
getInnerTop()
method_65514()
getTextY()
public void
a(hww arg0)
playDownSound(SoundManager arg0)
method_25354(class_1144 arg0)
playDownSound(SoundManager arg0)