Class TelemetryEventWidget
java.lang.Object
net.minecraft.client.gui.widget.ClickableWidget
net.minecraft.client.gui.widget.ScrollableWidget
net.minecraft.client.gui.screen.option.TelemetryEventWidget
- All Implemented Interfaces:
Drawable,Element,Narratable,Navigable,Selectable,Widget
- Mappings:
Namespace Name official fhnintermediary net/minecraft/class_7941named net/minecraft/client/gui/screen/option/TelemetryEventWidget
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final recordprivate static classNested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate TelemetryEventWidget.Contentsprivate static final Stringprivate static final intprivate static final Stringprivate static final Textprivate static final Stringprivate @Nullable DoubleConsumerprivate final TextRendererFields 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
ConstructorsConstructorDescriptionTelemetryEventWidget(int x, int y, int width, int height, TextRenderer textRenderer) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprivate voidappendEventInfo(TelemetryEventWidget.ContentsBuilder builder, TelemetryEventType eventType, boolean disabled) private voidappendProperties(TelemetryEventType eventType, TelemetryEventWidget.ContentsBuilder builder, boolean disabled) private TelemetryEventWidget.ContentscollectContents(boolean optionalTelemetryEnabled) private TextformatTitleText(Text title, boolean disabled) protected intReturns the total height of the contents.protected doubleprivate intvoidrefresh(boolean optionalTelemetryEnabled) protected voidrenderContents(DrawContext context, int mouseX, int mouseY, float delta) Renders the scrolled contents.voidsetScrollConsumer(@Nullable DoubleConsumer scrollConsumer) protected voidsetScrollY(double scrollY) Methods inherited from class net.minecraft.client.gui.widget.ScrollableWidget
drawBox, drawBox, getMaxScrollY, getPadding, getPaddingDoubled, getScrollerWidth, getScrollY, isVisible, isWithinBounds, keyPressed, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, overflows, renderOverlay, renderWidgetMethods inherited from class net.minecraft.client.gui.widget.ClickableWidget
appendDefaultNarrations, appendNarrations, clicked, drawScrollableText, drawScrollableText, drawScrollableText, forEachChild, getBottom, getHeight, getMessage, getNarrationMessage, getNarrationMessage, getNavigationFocus, getNavigationOrder, getNavigationPath, getRight, getTooltip, getType, getWidth, getX, getY, isFocused, isHovered, isMouseOver, isNarratable, isSelected, isValidClickButton, onClick, onDrag, onRelease, 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, getFocusedPath, getNavigationFocus, getNavigationPath, isFocused, isMouseOver, keyReleased, mouseMoved, setFocusedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.widget.Widget
setPosition
-
Field Details
-
MARGIN_X
private static final int MARGIN_X- See Also:
- Mappings:
Namespace Name Mixin selector official aLfhn;a:Iintermediary field_41355Lnet/minecraft/class_7941;field_41355:Inamed MARGIN_XLnet/minecraft/client/gui/screen/option/TelemetryEventWidget;MARGIN_X:I
-
REQUIRED_TRANSLATION_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector official bLfhn;b:Ljava/lang/String;intermediary field_41356Lnet/minecraft/class_7941;field_41356:Ljava/lang/String;named REQUIRED_TRANSLATION_KEYLnet/minecraft/client/gui/screen/option/TelemetryEventWidget;REQUIRED_TRANSLATION_KEY:Ljava/lang/String;
-
OPTIONAL_TRANSLATION_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector official cLfhn;c:Ljava/lang/String;intermediary field_41357Lnet/minecraft/class_7941;field_41357:Ljava/lang/String;named OPTIONAL_TRANSLATION_KEYLnet/minecraft/client/gui/screen/option/TelemetryEventWidget;OPTIONAL_TRANSLATION_KEY:Ljava/lang/String;
-
DISABLED_TRANSLATION_KEY
- See Also:
- Mappings:
Namespace Name Mixin selector official dLfhn;d:Ljava/lang/String;intermediary field_47125Lnet/minecraft/class_7941;field_47125:Ljava/lang/String;named DISABLED_TRANSLATION_KEYLnet/minecraft/client/gui/screen/option/TelemetryEventWidget;DISABLED_TRANSLATION_KEY:Ljava/lang/String;
-
PROPERTY_TITLE_TEXT
- Mappings:
Namespace Name Mixin selector official eLfhn;e:Lvf;intermediary field_41358Lnet/minecraft/class_7941;field_41358:Lnet/minecraft/class_2561;named PROPERTY_TITLE_TEXTLnet/minecraft/client/gui/screen/option/TelemetryEventWidget;PROPERTY_TITLE_TEXT:Lnet/minecraft/text/Text;
-
textRenderer
- Mappings:
Namespace Name Mixin selector official fLfhn;f:Lews;intermediary field_41359Lnet/minecraft/class_7941;field_41359:Lnet/minecraft/class_327;named textRendererLnet/minecraft/client/gui/screen/option/TelemetryEventWidget;textRenderer:Lnet/minecraft/client/font/TextRenderer;
-
contents
- Mappings:
Namespace Name Mixin selector official mLfhn;m:Lfhn$a;intermediary field_41360Lnet/minecraft/class_7941;field_41360:Lnet/minecraft/class_7941$class_7942;named contentsLnet/minecraft/client/gui/screen/option/TelemetryEventWidget;contents:Lnet/minecraft/client/gui/screen/option/TelemetryEventWidget$Contents;
-
scrollConsumer
- Mappings:
Namespace Name Mixin selector official nLfhn;n:Ljava/util/function/DoubleConsumer;intermediary field_41361Lnet/minecraft/class_7941;field_41361:Ljava/util/function/DoubleConsumer;named scrollConsumerLnet/minecraft/client/gui/screen/option/TelemetryEventWidget;scrollConsumer:Ljava/util/function/DoubleConsumer;
-
-
Constructor Details
-
TelemetryEventWidget
- Mappings:
Namespace Name Mixin selector official <init>Lfhn;<init>(IIIILews;)Vintermediary <init>Lnet/minecraft/class_7941;<init>(IIIILnet/minecraft/class_327;)Vnamed <init>Lnet/minecraft/client/gui/screen/option/TelemetryEventWidget;<init>(IIIILnet/minecraft/client/font/TextRenderer;)V
-
-
Method Details
-
refresh
public void refresh(boolean optionalTelemetryEnabled) - Mappings:
Namespace Name Mixin selector official bLfhn;b(Z)Vintermediary method_47638Lnet/minecraft/class_7941;method_47638(Z)Vnamed refreshLnet/minecraft/client/gui/screen/option/TelemetryEventWidget;refresh(Z)V
-
collectContents
- Mappings:
Namespace Name Mixin selector official cLfhn;c(Z)Lfhn$a;intermediary method_47639Lnet/minecraft/class_7941;method_47639(Z)Lnet/minecraft/class_7941$class_7942;named collectContentsLnet/minecraft/client/gui/screen/option/TelemetryEventWidget;collectContents(Z)Lnet/minecraft/client/gui/screen/option/TelemetryEventWidget$Contents;
-
setScrollConsumer
- Mappings:
Namespace Name Mixin selector official aLfhn;a(Ljava/util/function/DoubleConsumer;)Vintermediary method_47637Lnet/minecraft/class_7941;method_47637(Ljava/util/function/DoubleConsumer;)Vnamed setScrollConsumerLnet/minecraft/client/gui/screen/option/TelemetryEventWidget;setScrollConsumer(Ljava/util/function/DoubleConsumer;)V
-
setScrollY
protected void setScrollY(double scrollY) - Overrides:
setScrollYin classScrollableWidget- Mappings:
Namespace Name Mixin selector official aLexa;a(D)Vintermediary method_44382Lnet/minecraft/class_7528;method_44382(D)Vnamed setScrollYLnet/minecraft/client/gui/widget/ScrollableWidget;setScrollY(D)V
-
getContentsHeight
protected int getContentsHeight()Returns the total height of the contents.- Specified by:
getContentsHeightin classScrollableWidget- Returns:
- the total height of the contents
- Mappings:
Namespace Name Mixin selector official gLexa;g()Iintermediary method_44391Lnet/minecraft/class_7528;method_44391()Inamed getContentsHeightLnet/minecraft/client/gui/widget/ScrollableWidget;getContentsHeight()I
-
getDeltaYPerScroll
protected double getDeltaYPerScroll()- Specified by:
getDeltaYPerScrollin classScrollableWidget- Mappings:
Namespace Name Mixin selector official iLexa;i()Dintermediary method_44393Lnet/minecraft/class_7528;method_44393()Dnamed getDeltaYPerScrollLnet/minecraft/client/gui/widget/ScrollableWidget;getDeltaYPerScroll()D
-
renderContents
Renders the scrolled contents. Subclasses must override this. The rendered contents may overflow; the caller should trim those usingDrawContext.enableScissor(int, int, int, int).- Specified by:
renderContentsin classScrollableWidget- Mappings:
Namespace Name Mixin selector official cLexa;c(Lewu;IIF)Vintermediary method_44389Lnet/minecraft/class_7528;method_44389(Lnet/minecraft/class_332;IIF)Vnamed renderContentsLnet/minecraft/client/gui/widget/ScrollableWidget;renderContents(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
appendClickableNarrations
- Specified by:
appendClickableNarrationsin classClickableWidget- Mappings:
Namespace Name Mixin selector official aLexe;a(Lfaz;)Vintermediary method_47399Lnet/minecraft/class_339;method_47399(Lnet/minecraft/class_6382;)Vnamed appendClickableNarrationsLnet/minecraft/client/gui/widget/ClickableWidget;appendClickableNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V
-
formatTitleText
- Mappings:
Namespace Name Mixin selector official aLfhn;a(Lvf;Z)Lvf;intermediary method_54801Lnet/minecraft/class_7941;method_54801(Lnet/minecraft/class_2561;Z)Lnet/minecraft/class_2561;named formatTitleTextLnet/minecraft/client/gui/screen/option/TelemetryEventWidget;formatTitleText(Lnet/minecraft/text/Text;Z)Lnet/minecraft/text/Text;
-
appendEventInfo
private void appendEventInfo(TelemetryEventWidget.ContentsBuilder builder, TelemetryEventType eventType, boolean disabled) - Mappings:
Namespace Name Mixin selector official aLfhn;a(Lfhn$b;Lgjn;Z)Vintermediary method_47635Lnet/minecraft/class_7941;method_47635(Lnet/minecraft/class_7941$class_7943;Lnet/minecraft/class_7966;Z)Vnamed appendEventInfoLnet/minecraft/client/gui/screen/option/TelemetryEventWidget;appendEventInfo(Lnet/minecraft/client/gui/screen/option/TelemetryEventWidget$ContentsBuilder;Lnet/minecraft/client/session/telemetry/TelemetryEventType;Z)V
-
appendProperties
private void appendProperties(TelemetryEventType eventType, TelemetryEventWidget.ContentsBuilder builder, boolean disabled) - Mappings:
Namespace Name Mixin selector official aLfhn;a(Lgjn;Lfhn$b;Z)Vintermediary method_47636Lnet/minecraft/class_7941;method_47636(Lnet/minecraft/class_7966;Lnet/minecraft/class_7941$class_7943;Z)Vnamed appendPropertiesLnet/minecraft/client/gui/screen/option/TelemetryEventWidget;appendProperties(Lnet/minecraft/client/session/telemetry/TelemetryEventType;Lnet/minecraft/client/gui/screen/option/TelemetryEventWidget$ContentsBuilder;Z)V
-
getGridWidth
private int getGridWidth()- Mappings:
Namespace Name Mixin selector official jLfhn;j()Iintermediary method_47640Lnet/minecraft/class_7941;method_47640()Inamed getGridWidthLnet/minecraft/client/gui/screen/option/TelemetryEventWidget;getGridWidth()I
-