Class MultiLineEditBox.Builder
java.lang.Object
net.minecraft.client.gui.components.MultiLineEditBox.Builder
- Enclosing class:
MultiLineEditBox
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate Componentprivate booleanprivate booleanprivate intprivate booleanprivate intprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetCursorColor(int pCursorColor) setPlaceholder(Component pPlaceholder) setShowBackground(boolean pShowBackground) setShowDecorations(boolean pShowDecorations) setTextColor(int pTextColor) setTextShadow(boolean pTextShadow) setX(int pX) setY(int pY)
-
Field Details
-
x
private int x -
y
private int y -
placeholder
-
textColor
private int textColor -
textShadow
private boolean textShadow -
cursorColor
private int cursorColor -
showBackground
private boolean showBackground -
showDecorations
private boolean showDecorations
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setX
-
setY
-
setPlaceholder
-
setTextColor
-
setTextShadow
-
setCursorColor
-
setShowBackground
-
setShowDecorations
-
build
-