net.minecraft.client.gui.widget

public class EditBoxWidget$Builder

net.minecraft.client.gui.components.MultiLineEditBox$Builder
net.minecraft.class_7529$class_11383
net.minecraft.client.gui.widget.EditBoxWidget$Builder

Field summary

Modifier and TypeField
private int
x
field_60442
x
private int
y
field_60443
y
private Text
placeholder
field_60444
placeholder
private int
textColor
field_60445
textColor
private boolean
textShadow
field_60446
textShadow
private int
cursorColor
field_60447
cursorColor
private boolean
showBackground
field_60448
hasBackground
private boolean
showDecorations
field_60449
hasOverlay

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public EditBoxWidget$Builder
setX(int x)
method_71508(int arg0)
x(int x)
public EditBoxWidget$Builder
setY(int y)
method_71512(int arg0)
y(int y)
public EditBoxWidget$Builder
setPlaceholder(Component placeholder)
method_71510(class_2561 arg0)
placeholder(Text placeholder)
public EditBoxWidget$Builder
setTextColor(int textColor)
method_71514(int arg0)
textColor(int textColor)
public EditBoxWidget$Builder
setTextShadow(boolean textShadow)
method_71511(boolean arg0)
textShadow(boolean textShadow)
public EditBoxWidget$Builder
setCursorColor(int cursorColor)
method_71516(int arg0)
cursorColor(int cursorColor)
public EditBoxWidget$Builder
setShowBackground(boolean showBackground)
method_71513(boolean arg0)
hasBackground(boolean hasBackground)
public EditBoxWidget$Builder
setShowDecorations(boolean showDecorations)
method_71515(boolean arg0)
hasOverlay(boolean hasOverlay)
public EditBoxWidget
build(Font font, int width, int height, Component narration)
method_71509(class_327 arg0, int arg1, int arg2, class_2561 arg3)
build(TextRenderer textRenderer, int width, int height, Text message)