Class UsernameReportScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.report.ReportScreen<UsernameAbuseReport.Builder>
net.minecraft.client.gui.screen.report.UsernameReportScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
@Environment(CLIENT)
public class UsernameReportScreen
extends ReportScreen<UsernameAbuseReport.Builder>
- Mappings:
Namespace Name official fhdintermediary net/minecraft/class_8769named net/minecraft/client/gui/screen/report/UsernameReportScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate EditBoxWidgetprivate final DirectionalLayoutWidgetprivate ButtonWidgetprivate static final TextFields inherited from class net.minecraft.client.gui.screen.report.ReportScreen
context, field_46016, field_46017, field_46018, MORE_COMMENTS_TEXT, OBSERVED_WHAT_TEXT, parent, reportBuilder, SELECT_REASON_TEXT, SEND_TEXTFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsModifierConstructorDescriptionUsernameReportScreen(Screen parent, AbuseReportContext context, UUID reportedPlayerUuid, String username) UsernameReportScreen(Screen parent, AbuseReportContext context, UsernameAbuseReport report) privateUsernameReportScreen(Screen parent, AbuseReportContext context, UsernameAbuseReport.Builder reportBuilder) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit()Called when a screen should be initialized.protected voidbooleanmouseReleased(double mouseX, double mouseY, int button) Callback for when a mouse button release event has been captured.private voidonChange()Methods inherited from class net.minecraft.client.gui.screen.report.ReportScreen
close, createCommentsBox, removed, resetDraft, saveDraft, trySendMethods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, render, renderBackground, renderBackgroundTexture, renderInGameBackground, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods 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.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseScrolled, setFocused
-
Field Details
-
BOTTOM_BUTTON_WIDTH
private static final int BOTTOM_BUTTON_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector official rLfhd;r:Iintermediary field_46036Lnet/minecraft/class_8769;field_46036:Inamed BOTTOM_BUTTON_WIDTHLnet/minecraft/client/gui/screen/report/UsernameReportScreen;BOTTOM_BUTTON_WIDTH:I
-
TITLE_TEXT
- Mappings:
Namespace Name Mixin selector official tLfhd;t:Lvf;intermediary field_46037Lnet/minecraft/class_8769;field_46037:Lnet/minecraft/class_2561;named TITLE_TEXTLnet/minecraft/client/gui/screen/report/UsernameReportScreen;TITLE_TEXT:Lnet/minecraft/text/Text;
-
layout
- Mappings:
Namespace Name Mixin selector official uLfhd;u:Lfau;intermediary field_46038Lnet/minecraft/class_8769;field_46038:Lnet/minecraft/class_8667;named layoutLnet/minecraft/client/gui/screen/report/UsernameReportScreen;layout:Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;
-
commentsBox
- Mappings:
Namespace Name Mixin selector official vLfhd;v:Lexy;intermediary field_46039Lnet/minecraft/class_8769;field_46039:Lnet/minecraft/class_7529;named commentsBoxLnet/minecraft/client/gui/screen/report/UsernameReportScreen;commentsBox:Lnet/minecraft/client/gui/widget/EditBoxWidget;
-
sendButton
- Mappings:
Namespace Name Mixin selector official wLfhd;w:Lexg;intermediary field_46040Lnet/minecraft/class_8769;field_46040:Lnet/minecraft/class_4185;named sendButtonLnet/minecraft/client/gui/screen/report/UsernameReportScreen;sendButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
-
Constructor Details
-
UsernameReportScreen
private UsernameReportScreen(Screen parent, AbuseReportContext context, UsernameAbuseReport.Builder reportBuilder) - Mappings:
Namespace Name Mixin selector official <init>Lfhd;<init>(Lfdb;Lfow;Lfoq$a;)Vintermediary <init>Lnet/minecraft/class_8769;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_8773$class_8774;)Vnamed <init>Lnet/minecraft/client/gui/screen/report/UsernameReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Lnet/minecraft/client/session/report/UsernameAbuseReport$Builder;)V
-
UsernameReportScreen
public UsernameReportScreen(Screen parent, AbuseReportContext context, UUID reportedPlayerUuid, String username) - Mappings:
Namespace Name Mixin selector official <init>Lfhd;<init>(Lfdb;Lfow;Ljava/util/UUID;Ljava/lang/String;)Vintermediary <init>Lnet/minecraft/class_8769;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Ljava/util/UUID;Ljava/lang/String;)Vnamed <init>Lnet/minecraft/client/gui/screen/report/UsernameReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Ljava/util/UUID;Ljava/lang/String;)V
-
UsernameReportScreen
- Mappings:
Namespace Name Mixin selector official <init>Lfhd;<init>(Lfdb;Lfow;Lfoq;)Vintermediary <init>Lnet/minecraft/class_8769;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_8773;)Vnamed <init>Lnet/minecraft/client/gui/screen/report/UsernameReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Lnet/minecraft/client/session/report/UsernameAbuseReport;)V
-
-
Method Details
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
This should call
Screen.setInitialFocus(net.minecraft.client.gui.Element)to set the element that is initially focused. -
onChange
private void onChange()- Mappings:
Namespace Name Mixin selector official DLfhd;D()Vintermediary method_53574Lnet/minecraft/class_8769;method_53574()Vnamed onChangeLnet/minecraft/client/gui/screen/report/UsernameReportScreen;onChange()V
-
mouseReleased
public boolean mouseReleased(double mouseX, double mouseY, int button) Callback for when a mouse button release event has been captured. The button number is identified by the constants inGLFWclass.- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mousebutton- the mouse button number- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official bLezb;b(DDI)Zintermediary method_25406Lnet/minecraft/class_364;method_25406(DDI)Znamed mouseReleasedLnet/minecraft/client/gui/Element;mouseReleased(DDI)Z
-