Class SkinReportScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.report.ReportScreen<SkinAbuseReport.Builder>
net.minecraft.client.gui.screen.report.SkinReportScreen
- All Implemented Interfaces:
- Drawable,- Element,- Navigable,- ParentElement
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/screen/report/SkinReportScreen- intermediary - net/minecraft/class_8771- official - fyz
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.screen.ScreenScreen.SelectedElementNarrationData
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate EditBoxWidgetprivate static final intprivate ButtonWidgetprivate static final intprivate static final TextFields inherited from class net.minecraft.client.gui.screen.report.ReportScreencontext, field_46016, field_46017, field_46018, field_52303, layout, MORE_COMMENTS_TEXT, OBSERVED_WHAT_TEXT, parent, reportBuilder, SELECT_REASON_TEXT, SEND_TEXT, sendButtonFields inherited from class net.minecraft.client.gui.screen.Screenclient, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructorsModifierConstructorDescriptionSkinReportScreen(Screen parent, AbuseReportContext context, UUID reportedPlayerUuid, Supplier<SkinTextures> skinSupplier) SkinReportScreen(Screen parent, AbuseReportContext context, SkinAbuseReport report) privateSkinReportScreen(Screen parent, AbuseReportContext context, SkinAbuseReport.Builder reportBuilder) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidbooleanmouseReleased(double mouseX, double mouseY, int button) Callback for when a mouse button release event has been captured.protected voidonChange()Methods inherited from class net.minecraft.client.gui.screen.report.ReportScreenaddAttestationCheckboxAndSendButton, addTitle, close, createCommentsBox, init, refreshWidgetPositions, removed, resetDraft, saveDraft, trySendMethods inherited from class net.minecraft.client.gui.screen.ScreenaddCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, remove, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldHideStatusEffectHud, shouldPause, switchFocus, tick, updateNarratorMethods inherited from class net.minecraft.client.gui.AbstractParentElementgetFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementgetBorder, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementcharTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseScrolled, setFocused
- 
Field Details- 
SKIN_WIDGET_WIDTHprivate static final int SKIN_WIDGET_WIDTH- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - SKIN_WIDGET_WIDTH- Lnet/minecraft/client/gui/screen/report/SkinReportScreen;SKIN_WIDGET_WIDTH:I- intermediary - field_46052- Lnet/minecraft/class_8771;field_46052:I- official - C- Lfyz;C:I
 
- 
REASON_BUTTON_AND_COMMENTS_BOX_WIDTHprivate static final int REASON_BUTTON_AND_COMMENTS_BOX_WIDTH- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - REASON_BUTTON_AND_COMMENTS_BOX_WIDTH- Lnet/minecraft/client/gui/screen/report/SkinReportScreen;REASON_BUTTON_AND_COMMENTS_BOX_WIDTH:I- intermediary - field_46053- Lnet/minecraft/class_8771;field_46053:I- official - D- Lfyz;D:I
 
- 
TITLE_TEXT- Mappings:
- Namespace - Name - Mixin selector - named - TITLE_TEXT- Lnet/minecraft/client/gui/screen/report/SkinReportScreen;TITLE_TEXT:Lnet/minecraft/text/Text;- intermediary - field_46054- Lnet/minecraft/class_8771;field_46054:Lnet/minecraft/class_2561;- official - E- Lfyz;E:Lwp;
 
- 
commentsBox- Mappings:
- Namespace - Name - Mixin selector - named - commentsBox- Lnet/minecraft/client/gui/screen/report/SkinReportScreen;commentsBox:Lnet/minecraft/client/gui/widget/EditBoxWidget;- intermediary - field_46056- Lnet/minecraft/class_8771;field_46056:Lnet/minecraft/class_7529;- official - F- Lfyz;F:Lfpm;
 
- 
selectReasonButton- Mappings:
- Namespace - Name - Mixin selector - named - selectReasonButton- Lnet/minecraft/client/gui/screen/report/SkinReportScreen;selectReasonButton:Lnet/minecraft/client/gui/widget/ButtonWidget;- intermediary - field_46058- Lnet/minecraft/class_8771;field_46058:Lnet/minecraft/class_4185;- official - G- Lfyz;G:Lfou;
 
 
- 
- 
Constructor Details- 
SkinReportScreenprivate SkinReportScreen(Screen parent, AbuseReportContext context, SkinAbuseReport.Builder reportBuilder) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/gui/screen/report/SkinReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Lnet/minecraft/client/session/report/SkinAbuseReport$Builder;)V- intermediary - <init>- Lnet/minecraft/class_8771;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_8777$class_8778;)V- official - <init>- Lfyz;<init>(Lfum;Lghj;Lghk$a;)V
 
- 
SkinReportScreenpublic SkinReportScreen(Screen parent, AbuseReportContext context, UUID reportedPlayerUuid, Supplier<SkinTextures> skinSupplier) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/gui/screen/report/SkinReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Ljava/util/UUID;Ljava/util/function/Supplier;)V- intermediary - <init>- Lnet/minecraft/class_8771;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Ljava/util/UUID;Ljava/util/function/Supplier;)V- official - <init>- Lfyz;<init>(Lfum;Lghj;Ljava/util/UUID;Ljava/util/function/Supplier;)V
 
- 
SkinReportScreen- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/gui/screen/report/SkinReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Lnet/minecraft/client/session/report/SkinAbuseReport;)V- intermediary - <init>- Lnet/minecraft/class_8771;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_8777;)V- official - <init>- Lfyz;<init>(Lfum;Lghj;Lghk;)V
 
 
- 
- 
Method Details- 
addContentprotected void addContent()- Specified by:
- addContentin class- ReportScreen<SkinAbuseReport.Builder>
- Mappings:
- Namespace - Name - Mixin selector - named - addContent- Lnet/minecraft/client/gui/screen/report/ReportScreen;addContent()V- intermediary - method_61135- Lnet/minecraft/class_8768;method_61135()V- official - E- Lfys;E()V
 
- 
onChangeprotected void onChange()- Overrides:
- onChangein class- ReportScreen<SkinAbuseReport.Builder>
- Mappings:
- Namespace - Name - Mixin selector - named - onChange- Lnet/minecraft/client/gui/screen/report/ReportScreen;onChange()V- intermediary - method_53586- Lnet/minecraft/class_8768;method_53586()V- official - G- Lfys;G()V
 
- 
mouseReleasedpublic 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 mouse
- mouseY- the Y coordinate of the mouse
- button- the mouse button number
- Returns:
- trueto indicate that the event handling is successful/valid
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - mouseReleased- Lnet/minecraft/client/gui/Element;mouseReleased(DDI)Z- intermediary - method_25406- Lnet/minecraft/class_364;method_25406(DDI)Z- official - b- Lfqr;b(DDI)Z
 
 
-