Package net.minecraft.client.gui.widget
Class CheckboxWidget
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.PressableWidget
net.minecraft.client.gui.widget.CheckboxWidget
- All Implemented Interfaces:
Drawable,Element,Narratable,Navigable,Selectable,Widget
- Mappings:
Namespace Name named net/minecraft/client/gui/widget/CheckboxWidgetintermediary net/minecraft/class_4286official fua
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic interfaceNested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CheckboxWidget.Callbackprivate booleanprivate static final intprivate static final intprivate static final Identifierprivate static final Identifierprivate static final Identifierprivate static final intprivate static final Identifierprivate final MultilineTextWidgetFields inherited from class net.minecraft.client.gui.widget.PressableWidget
field_43050Fields inherited from class net.minecraft.client.gui.widget.ClickableWidget
active, alpha, height, hovered, visible, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionCheckboxWidget(int x, int y, int maxWidth, Text message, TextRenderer textRenderer, boolean checked, CheckboxWidget.Callback callback) -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic CheckboxWidget.Builderbuilder(Text text, TextRenderer textRenderer) private intcalculateHeight(TextRenderer textRenderer) private intcalculateWidth(int max, Text text, TextRenderer textRenderer) (package private) static intcalculateWidth(Text text, TextRenderer textRenderer) static intgetCheckboxSize(TextRenderer textRenderer) booleanvoidonPress()voidrenderWidget(DrawContext context, int mouseX, int mouseY, float deltaTicks) Methods inherited from class net.minecraft.client.gui.widget.PressableWidget
drawMessage, keyPressed, onClickMethods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendDefaultNarrations, appendNarrations, drawScrollableText, drawScrollableText, drawScrollableText, forEachChild, getBottom, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getNavigationPath, getRight, getTooltip, getType, getWidth, getX, getY, isFocused, isHovered, isMouseOver, isNarratable, isSelected, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, onDrag, onRelease, playClickSound, playDownSound, render, setAlpha, setDimensions, setDimensionsAndPosition, setFocused, setHeight, setMessage, setNavigationOrder, setTooltip, setTooltipDelay, setWidth, setX, setYMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
charTyped, getBorder, getFocusedPath, keyReleased, mouseMoved, mouseScrolledMethods inherited from interface net.minecraft.client.gui.Selectable
getNarratedPartsMethods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
SELECTED_HIGHLIGHTED_TEXTURE
- Mappings:
Namespace Name Mixin selector named SELECTED_HIGHLIGHTED_TEXTURELnet/minecraft/client/gui/widget/CheckboxWidget;SELECTED_HIGHLIGHTED_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_45348Lnet/minecraft/class_4286;field_45348:Lnet/minecraft/class_2960;official aLfua;a:Lalr;
-
SELECTED_TEXTURE
- Mappings:
Namespace Name Mixin selector named SELECTED_TEXTURELnet/minecraft/client/gui/widget/CheckboxWidget;SELECTED_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_45349Lnet/minecraft/class_4286;field_45349:Lnet/minecraft/class_2960;official bLfua;b:Lalr;
-
HIGHLIGHTED_TEXTURE
- Mappings:
Namespace Name Mixin selector named HIGHLIGHTED_TEXTURELnet/minecraft/client/gui/widget/CheckboxWidget;HIGHLIGHTED_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_45350Lnet/minecraft/class_4286;field_45350:Lnet/minecraft/class_2960;official cLfua;c:Lalr;
-
TEXTURE
- Mappings:
Namespace Name Mixin selector named TEXTURELnet/minecraft/client/gui/widget/CheckboxWidget;TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_45351Lnet/minecraft/class_4286;field_45351:Lnet/minecraft/class_2960;official dLfua;d:Lalr;
-
TEXT_COLOR
private static final int TEXT_COLOR- See Also:
- Mappings:
Namespace Name Mixin selector named TEXT_COLORLnet/minecraft/client/gui/widget/CheckboxWidget;TEXT_COLOR:Iintermediary field_32181Lnet/minecraft/class_4286;field_32181:Iofficial fLfua;f:I
-
field_47105
private static final int field_47105- See Also:
- Mappings:
Namespace Name Mixin selector named field_47105Lnet/minecraft/client/gui/widget/CheckboxWidget;field_47105:Iintermediary field_47105Lnet/minecraft/class_4286;field_47105:Iofficial mLfua;m:I
-
field_47106
private static final int field_47106- See Also:
- Mappings:
Namespace Name Mixin selector named field_47106Lnet/minecraft/client/gui/widget/CheckboxWidget;field_47106:Iintermediary field_47106Lnet/minecraft/class_4286;field_47106:Iofficial nLfua;n:I
-
checked
private boolean checked- Mappings:
Namespace Name Mixin selector named checkedLnet/minecraft/client/gui/widget/CheckboxWidget;checked:Zintermediary field_19230Lnet/minecraft/class_4286;field_19230:Zofficial oLfua;o:Z
-
callback
- Mappings:
Namespace Name Mixin selector named callbackLnet/minecraft/client/gui/widget/CheckboxWidget;callback:Lnet/minecraft/client/gui/widget/CheckboxWidget$Callback;intermediary field_47107Lnet/minecraft/class_4286;field_47107:Lnet/minecraft/class_4286$class_8930;official pLfua;p:Lfua$b;
-
textWidget
- Mappings:
Namespace Name Mixin selector named textWidgetLnet/minecraft/client/gui/widget/CheckboxWidget;textWidget:Lnet/minecraft/client/gui/widget/MultilineTextWidget;intermediary field_52293Lnet/minecraft/class_4286;field_52293:Lnet/minecraft/class_7940;official qLfua;q:Lfus;
-
-
Constructor Details
-
CheckboxWidget
CheckboxWidget(int x, int y, int maxWidth, Text message, TextRenderer textRenderer, boolean checked, CheckboxWidget.Callback callback) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/widget/CheckboxWidget;<init>(IIILnet/minecraft/text/Text;Lnet/minecraft/client/font/TextRenderer;ZLnet/minecraft/client/gui/widget/CheckboxWidget$Callback;)Vintermediary <init>Lnet/minecraft/class_4286;<init>(IIILnet/minecraft/class_2561;Lnet/minecraft/class_327;ZLnet/minecraft/class_4286$class_8930;)Vofficial <init>Lfua;<init>(IIILxg;Lfti;ZLfua$b;)V
-
-
Method Details
-
calculateWidth
- Mappings:
Namespace Name Mixin selector named calculateWidthLnet/minecraft/client/gui/widget/CheckboxWidget;calculateWidth(ILnet/minecraft/text/Text;Lnet/minecraft/client/font/TextRenderer;)Iintermediary method_61128Lnet/minecraft/class_4286;method_61128(ILnet/minecraft/class_2561;Lnet/minecraft/class_327;)Iofficial aLfua;a(ILxg;Lfti;)I
-
calculateHeight
- Mappings:
Namespace Name Mixin selector named calculateHeightLnet/minecraft/client/gui/widget/CheckboxWidget;calculateHeight(Lnet/minecraft/client/font/TextRenderer;)Iintermediary method_61129Lnet/minecraft/class_4286;method_61129(Lnet/minecraft/class_327;)Iofficial bLfua;b(Lfti;)I
-
calculateWidth
- Mappings:
Namespace Name Mixin selector named calculateWidthLnet/minecraft/client/gui/widget/CheckboxWidget;calculateWidth(Lnet/minecraft/text/Text;Lnet/minecraft/client/font/TextRenderer;)Iintermediary method_61130Lnet/minecraft/class_4286;method_61130(Lnet/minecraft/class_2561;Lnet/minecraft/class_327;)Iofficial bLfua;b(Lxg;Lfti;)I
-
builder
- Mappings:
Namespace Name Mixin selector named builderLnet/minecraft/client/gui/widget/CheckboxWidget;builder(Lnet/minecraft/text/Text;Lnet/minecraft/client/font/TextRenderer;)Lnet/minecraft/client/gui/widget/CheckboxWidget$Builder;intermediary method_54787Lnet/minecraft/class_4286;method_54787(Lnet/minecraft/class_2561;Lnet/minecraft/class_327;)Lnet/minecraft/class_4286$class_8929;official aLfua;a(Lxg;Lfti;)Lfua$a;
-
getCheckboxSize
- Mappings:
Namespace Name Mixin selector named getCheckboxSizeLnet/minecraft/client/gui/widget/CheckboxWidget;getCheckboxSize(Lnet/minecraft/client/font/TextRenderer;)Iintermediary method_54786Lnet/minecraft/class_4286;method_54786(Lnet/minecraft/class_327;)Iofficial aLfua;a(Lfti;)I
-
onPress
public void onPress()- Specified by:
onPressin classPressableWidget- Mappings:
Namespace Name Mixin selector named onPressLnet/minecraft/client/gui/widget/PressableWidget;onPress()Vintermediary method_25306Lnet/minecraft/class_4264;method_25306()Vofficial bLfto;b()V
-
isChecked
public boolean isChecked()- Mappings:
Namespace Name Mixin selector named isCheckedLnet/minecraft/client/gui/widget/CheckboxWidget;isChecked()Zintermediary method_20372Lnet/minecraft/class_4286;method_20372()Zofficial aLfua;a()Z
-
appendClickableNarrations
- Specified by:
appendClickableNarrationsin classClickableWidget- Mappings:
Namespace Name Mixin selector named appendClickableNarrationsLnet/minecraft/client/gui/widget/ClickableWidget;appendClickableNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)Vintermediary method_47399Lnet/minecraft/class_339;method_47399(Lnet/minecraft/class_6382;)Vofficial aLftw;a(Lfxv;)V
-
renderWidget
- Overrides:
renderWidgetin classPressableWidget- Mappings:
Namespace Name Mixin selector named renderWidgetLnet/minecraft/client/gui/widget/ClickableWidget;renderWidget(Lnet/minecraft/client/gui/DrawContext;IIF)Vintermediary method_48579Lnet/minecraft/class_339;method_48579(Lnet/minecraft/class_332;IIF)Vofficial bLftw;b(Lftk;IIF)V
-