Class MultiLineEditBox.Builder
java.lang.Object
net.minecraft.client.gui.components.MultiLineEditBox.Builder
- Enclosing class:
MultiLineEditBox
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private Component
private boolean
private boolean
private int
private boolean
private int
private 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
-