Class ChatReportScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.report.ReportScreen<ChatAbuseReport.Builder>
net.minecraft.client.gui.screen.report.ChatReportScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/report/ChatReportScreenintermediary net/minecraft/class_7538official frd
-
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 static final Textprivate ButtonWidgetprivate ButtonWidgetprivate 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, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsModifierConstructorDescriptionChatReportScreen(Screen parent, AbuseReportContext reporter, UUID reportedPlayerUuid) ChatReportScreen(Screen parent, AbuseReportContext context, ChatAbuseReport report) privateChatReportScreen(Screen parent, AbuseReportContext context, ChatAbuseReport.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, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, blur, children, clearAndInit, clearChildren, clearTooltip, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getPanoramaTickDelta, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, 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, 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 named BOTTOM_BUTTON_WIDTHLnet/minecraft/client/gui/screen/report/ChatReportScreen;BOTTOM_BUTTON_WIDTH:Iintermediary field_39562Lnet/minecraft/class_7538;field_39562:Iofficial yLfrd;y:I
-
TITLE_TEXT
- Mappings:
Namespace Name Mixin selector named TITLE_TEXTLnet/minecraft/client/gui/screen/report/ChatReportScreen;TITLE_TEXT:Lnet/minecraft/text/Text;intermediary field_46031Lnet/minecraft/class_7538;field_46031:Lnet/minecraft/class_2561;official zLfrd;z:Lxp;
-
SELECT_CHAT_TEXT
- Mappings:
Namespace Name Mixin selector named SELECT_CHAT_TEXTLnet/minecraft/client/gui/screen/report/ChatReportScreen;SELECT_CHAT_TEXT:Lnet/minecraft/text/Text;intermediary field_39574Lnet/minecraft/class_7538;field_39574:Lnet/minecraft/class_2561;official ALfrd;A:Lxp;
-
layout
- Mappings:
Namespace Name Mixin selector named layoutLnet/minecraft/client/gui/screen/report/ChatReportScreen;layout:Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;intermediary field_46032Lnet/minecraft/class_7538;field_46032:Lnet/minecraft/class_8667;official BLfrd;B:Lfkx;
-
commentsBox
- Mappings:
Namespace Name Mixin selector named commentsBoxLnet/minecraft/client/gui/screen/report/ChatReportScreen;commentsBox:Lnet/minecraft/client/gui/widget/EditBoxWidget;intermediary field_46033Lnet/minecraft/class_7538;field_46033:Lnet/minecraft/class_7529;official CLfrd;C:Lfhy;
-
sendButton
- Mappings:
Namespace Name Mixin selector named sendButtonLnet/minecraft/client/gui/screen/report/ChatReportScreen;sendButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_39559Lnet/minecraft/class_7538;field_39559:Lnet/minecraft/class_4185;official DLfrd;D:Lfhg;
-
selectChatButton
- Mappings:
Namespace Name Mixin selector named selectChatButtonLnet/minecraft/client/gui/screen/report/ChatReportScreen;selectChatButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_46034Lnet/minecraft/class_7538;field_46034:Lnet/minecraft/class_4185;official ELfrd;E:Lfhg;
-
selectReasonButton
- Mappings:
Namespace Name Mixin selector named selectReasonButtonLnet/minecraft/client/gui/screen/report/ChatReportScreen;selectReasonButton:Lnet/minecraft/client/gui/widget/ButtonWidget;intermediary field_46035Lnet/minecraft/class_7538;field_46035:Lnet/minecraft/class_4185;official FLfrd;F:Lfhg;
-
-
Constructor Details
-
ChatReportScreen
private ChatReportScreen(Screen parent, AbuseReportContext context, ChatAbuseReport.Builder reportBuilder) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/report/ChatReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Lnet/minecraft/client/session/report/ChatAbuseReport$Builder;)Vintermediary <init>Lnet/minecraft/class_7538;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_7566$class_8772;)Vofficial <init>Lfrd;<init>(Lfnf;Lfzf;Lfyy$a;)V
-
ChatReportScreen
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/report/ChatReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Ljava/util/UUID;)Vintermediary <init>Lnet/minecraft/class_7538;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Ljava/util/UUID;)Vofficial <init>Lfrd;<init>(Lfnf;Lfzf;Ljava/util/UUID;)V
-
ChatReportScreen
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/report/ChatReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Lnet/minecraft/client/session/report/ChatAbuseReport;)Vintermediary <init>Lnet/minecraft/class_7538;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_7566;)Vofficial <init>Lfrd;<init>(Lfnf;Lfzf;Lfyy;)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()to set the element that is initially focused. -
onChange
private void onChange()- Mappings:
Namespace Name Mixin selector named onChangeLnet/minecraft/client/gui/screen/report/ChatReportScreen;onChange()Vintermediary method_44478Lnet/minecraft/class_7538;method_44478()Vofficial ELfrd;E()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 named mouseReleasedLnet/minecraft/client/gui/Element;mouseReleased(DDI)Zintermediary method_25406Lnet/minecraft/class_364;method_25406(DDI)Zofficial bLfjc;b(DDI)Z
-