Package net.minecraft.client.gui.widget
Class ClickableWidget.ToggleableText
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.ClickableWidget.ToggleableText
- All Implemented Interfaces:
Drawable,Element,Narratable,Navigable,Selectable,Widget
- Direct Known Subclasses:
PressableWidget,SliderWidget,TabButtonWidget
- Enclosing class:
ClickableWidget
@Environment(CLIENT)
public abstract static class ClickableWidget.ToggleableText
extends ClickableWidget
- Mappings:
Namespace Name named net/minecraft/client/gui/widget/ClickableWidget$ToggleableTextintermediary net/minecraft/class_339$class_12230official ggo$a
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.widget.ClickableWidget
ClickableWidget.ToggleableTextNested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendClickableNarrations, appendDefaultNarrations, appendNarrations, drawTextWithMargin, forEachChild, getAlpha, getBottom, getHeight, getNarrationMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getNavigationPath, getRight, getType, getWidth, getX, getY, isFocused, isHovered, isInteractable, isMouseOver, isSelected, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, onClick, onDrag, onRelease, playClickSound, playDownSound, render, renderWidget, setAlpha, setDimensions, setDimensionsAndPosition, setFocused, setHeight, 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, isClickable, keyPressed, keyReleased, mouseMoved, mouseScrolledMethods inherited from interface net.minecraft.client.gui.Selectable
getNarratedPartsMethods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
grayedMessage
- Mappings:
Namespace Name Mixin selector named grayedMessageLnet/minecraft/client/gui/widget/ClickableWidget$ToggleableText;grayedMessage:Lnet/minecraft/text/Text;intermediary field_63861Lnet/minecraft/class_339$class_12230;field_63861:Lnet/minecraft/class_2561;official aLggo$a;a:Lym;
-
-
Constructor Details
-
ToggleableText
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/widget/ClickableWidget;<init>(IIIILnet/minecraft/text/Text;)Vintermediary <init>Lnet/minecraft/class_339;<init>(IIIILnet/minecraft/class_2561;)Vofficial <init>Lggo;<init>(IIIILym;)V
-
-
Method Details
-
makeGray
- Mappings:
Namespace Name Mixin selector named makeGrayLnet/minecraft/client/gui/widget/ClickableWidget$ToggleableText;makeGray(Lnet/minecraft/text/Text;)Lnet/minecraft/text/Text;intermediary method_75800Lnet/minecraft/class_339$class_12230;method_75800(Lnet/minecraft/class_2561;)Lnet/minecraft/class_2561;official cLggo$a;c(Lym;)Lym;
-
getMessage
- Overrides:
getMessagein classClickableWidget- Mappings:
Namespace Name Mixin selector named getMessageLnet/minecraft/client/gui/widget/ClickableWidget;getMessage()Lnet/minecraft/text/Text;intermediary method_25369Lnet/minecraft/class_339;method_25369()Lnet/minecraft/class_2561;official BLggo;B()Lym;
-
setMessage
- Overrides:
setMessagein classClickableWidget- Mappings:
Namespace Name Mixin selector named setMessageLnet/minecraft/client/gui/widget/ClickableWidget;setMessage(Lnet/minecraft/text/Text;)Vintermediary method_25355Lnet/minecraft/class_339;method_25355(Lnet/minecraft/class_2561;)Vofficial a_Lggo;a_(Lym;)V
-