Class TelemetryInfoScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.option.TelemetryInfoScreen
- All Implemented Interfaces:
Drawable,Element,ParentElement
- Mappings:
Namespace Name official etfintermediary net/minecraft/class_7944named net/minecraft/client/gui/screen/option/TelemetryInfoScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Textprivate static final Stringprivate static final Textprivate static final intprivate final GameOptionsprivate final Screenprivate doubleprivate static final Textprivate TelemetryEventWidgetprivate static final TextFields inherited from class net.minecraft.client.gui.screen.Screen
client, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTUREFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()private GridWidgetcreateButtonRow(ClickableWidget left, ClickableWidget right) private ClickableWidgetprivate voidgoBack(ButtonWidget button) protected voidinit()Called when a screen should be initialized.private voidopenFeedbackPage(ButtonWidget button) private voidopenLogDirectory(ButtonWidget button) voidrender(MatrixStack matrices, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, remove, removed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, renderWithTooltip, resize, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, tick, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
disableScissor, drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, enableScissor, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffsetMethods 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
mouseMovedMethods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
MARGIN
private static final int MARGIN- See Also:
- Mappings:
Namespace Name Mixin selector official aLetf;a:Iintermediary field_41367Lnet/minecraft/class_7944;field_41367:Inamed MARGINLnet/minecraft/client/gui/screen/option/TelemetryInfoScreen;MARGIN:I
-
FEEDBACK_URL
- See Also:
- Mappings:
Namespace Name Mixin selector official bLetf;b:Ljava/lang/String;intermediary field_41368Lnet/minecraft/class_7944;field_41368:Ljava/lang/String;named FEEDBACK_URLLnet/minecraft/client/gui/screen/option/TelemetryInfoScreen;FEEDBACK_URL:Ljava/lang/String;
-
TITLE_TEXT
- Mappings:
Namespace Name Mixin selector official cLetf;c:Lss;intermediary field_41369Lnet/minecraft/class_7944;field_41369:Lnet/minecraft/class_2561;named TITLE_TEXTLnet/minecraft/client/gui/screen/option/TelemetryInfoScreen;TITLE_TEXT:Lnet/minecraft/text/Text;
-
DESCRIPTION_TEXT
- Mappings:
Namespace Name Mixin selector official nLetf;n:Lss;intermediary field_41370Lnet/minecraft/class_7944;field_41370:Lnet/minecraft/class_2561;named DESCRIPTION_TEXTLnet/minecraft/client/gui/screen/option/TelemetryInfoScreen;DESCRIPTION_TEXT:Lnet/minecraft/text/Text;
-
GIVE_FEEDBACK_TEXT
- Mappings:
Namespace Name Mixin selector official oLetf;o:Lss;intermediary field_41371Lnet/minecraft/class_7944;field_41371:Lnet/minecraft/class_2561;named GIVE_FEEDBACK_TEXTLnet/minecraft/client/gui/screen/option/TelemetryInfoScreen;GIVE_FEEDBACK_TEXT:Lnet/minecraft/text/Text;
-
SHOW_DATA_TEXT
- Mappings:
Namespace Name Mixin selector official pLetf;p:Lss;intermediary field_41372Lnet/minecraft/class_7944;field_41372:Lnet/minecraft/class_2561;named SHOW_DATA_TEXTLnet/minecraft/client/gui/screen/option/TelemetryInfoScreen;SHOW_DATA_TEXT:Lnet/minecraft/text/Text;
-
parent
- Mappings:
Namespace Name Mixin selector official qLetf;q:Lepb;intermediary field_41373Lnet/minecraft/class_7944;field_41373:Lnet/minecraft/class_437;named parentLnet/minecraft/client/gui/screen/option/TelemetryInfoScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
options
- Mappings:
Namespace Name Mixin selector official rLetf;r:Lejj;intermediary field_41374Lnet/minecraft/class_7944;field_41374:Lnet/minecraft/class_315;named optionsLnet/minecraft/client/gui/screen/option/TelemetryInfoScreen;options:Lnet/minecraft/client/option/GameOptions;
-
telemetryEventWidget
- Mappings:
Namespace Name Mixin selector official sLetf;s:Lete;intermediary field_41375Lnet/minecraft/class_7944;field_41375:Lnet/minecraft/class_7941;named telemetryEventWidgetLnet/minecraft/client/gui/screen/option/TelemetryInfoScreen;telemetryEventWidget:Lnet/minecraft/client/gui/screen/option/TelemetryEventWidget;
-
scroll
private double scroll- Mappings:
Namespace Name Mixin selector official tLetf;t:Dintermediary field_41376Lnet/minecraft/class_7944;field_41376:Dnamed scrollLnet/minecraft/client/gui/screen/option/TelemetryInfoScreen;scroll:D
-
-
Constructor Details
-
TelemetryInfoScreen
- Mappings:
Namespace Name Mixin selector official <init>Letf;<init>(Lepb;Lejj;)Vintermediary <init>Lnet/minecraft/class_7944;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_315;)Vnamed <init>Lnet/minecraft/client/gui/screen/option/TelemetryInfoScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/option/GameOptions;)V
-
-
Method Details
-
getNarratedTitle
- Overrides:
getNarratedTitlein classScreen- Mappings:
Namespace Name Mixin selector official ah_Lepb;ah_()Lss;intermediary method_25435Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;named getNarratedTitleLnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
createOptInButton
- Mappings:
Namespace Name Mixin selector official iLetf;i()Lekw;intermediary method_47653Lnet/minecraft/class_7944;method_47653()Lnet/minecraft/class_339;named createOptInButtonLnet/minecraft/client/gui/screen/option/TelemetryInfoScreen;createOptInButton()Lnet/minecraft/client/gui/widget/ClickableWidget;
-
goBack
- Mappings:
Namespace Name Mixin selector official aLetf;a(Leky;)Vintermediary method_47648Lnet/minecraft/class_7944;method_47648(Lnet/minecraft/class_4185;)Vnamed goBackLnet/minecraft/client/gui/screen/option/TelemetryInfoScreen;goBack(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
-
openFeedbackPage
- Mappings:
Namespace Name Mixin selector official bLetf;b(Leky;)Vintermediary method_47650Lnet/minecraft/class_7944;method_47650(Lnet/minecraft/class_4185;)Vnamed openFeedbackPageLnet/minecraft/client/gui/screen/option/TelemetryInfoScreen;openFeedbackPage(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
-
openLogDirectory
- Mappings:
Namespace Name Mixin selector official cLetf;c(Leky;)Vintermediary method_47651Lnet/minecraft/class_7944;method_47651(Lnet/minecraft/class_4185;)Vnamed openLogDirectoryLnet/minecraft/client/gui/screen/option/TelemetryInfoScreen;openLogDirectory(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
-
close
public void close() -
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLely;a(Leed;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
createButtonRow
- Mappings:
Namespace Name Mixin selector official aLetf;a(Lekw;Lekw;)Lelj;intermediary method_47647Lnet/minecraft/class_7944;method_47647(Lnet/minecraft/class_339;Lnet/minecraft/class_339;)Lnet/minecraft/class_7845;named createButtonRowLnet/minecraft/client/gui/screen/option/TelemetryInfoScreen;createButtonRow(Lnet/minecraft/client/gui/widget/ClickableWidget;Lnet/minecraft/client/gui/widget/ClickableWidget;)Lnet/minecraft/client/gui/widget/GridWidget;
-