Class FocusableTextWidget.Builder
java.lang.Object
net.minecraft.client.gui.components.FocusableTextWidget.Builder
- Enclosing class:
FocusableTextWidget
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalwaysShowBorder(boolean pAlwaysShowBorder) backgroundFill(FocusableTextWidget.BackgroundFill pBackgroundFill) build()maxWidth(int pMaxWidth) textWidth(int pTextWidth)
-
Field Details
-
message
-
font
-
padding
private final int padding -
maxWidth
private int maxWidth -
alwaysShowBorder
private boolean alwaysShowBorder -
backgroundFill
-
-
Constructor Details
-
Builder
-
Builder
-
-
Method Details
-
maxWidth
-
textWidth
-
alwaysShowBorder
-
backgroundFill
public FocusableTextWidget.Builder backgroundFill(FocusableTextWidget.BackgroundFill pBackgroundFill) -
build
-