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 fsr
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate EditBoxWidget
private static final int
private ButtonWidget
private static final int
private static final Text
Fields inherited from class net.minecraft.client.gui.screen.report.ReportScreen
context, field_46016, field_46017, field_46018, field_52303, layout, MORE_COMMENTS_TEXT, OBSERVED_WHAT_TEXT, parent, reportBuilder, SELECT_REASON_TEXT, SEND_TEXT, sendButton
Fields 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, narratorToggleButton, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ModifierConstructorDescriptionSkinReportScreen
(Screen parent, AbuseReportContext context, UUID reportedPlayerUuid, Supplier<SkinTextures> skinSupplier) SkinReportScreen
(Screen parent, AbuseReportContext context, SkinAbuseReport report) private
SkinReportScreen
(Screen parent, AbuseReportContext context, SkinAbuseReport.Builder reportBuilder) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
boolean
mouseReleased
(double mouseX, double mouseY, int button) Callback for when a mouse button release event has been captured.protected void
onChange()
Methods inherited from class net.minecraft.client.gui.screen.report.ReportScreen
addAttestationCheckboxAndSendButton, addTitle, close, createCommentsBox, init, initTabNavigation, removed, resetDraft, saveDraft, trySend
Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, refreshNarrator, remove, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseScrolled, setFocused
-
Field Details
-
SKIN_WIDGET_WIDTH
private 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
Lfsr;C:I
-
REASON_BUTTON_AND_COMMENTS_BOX_WIDTH
private 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
Lfsr;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
Lfsr;E:Lwz;
-
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
Lfsr;F:Lfje;
-
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
Lfsr;G:Lfim;
-
-
Constructor Details
-
SkinReportScreen
private 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>
Lfsr;<init>(Lfod;Lgao;Lgap$a;)V
-
SkinReportScreen
public 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>
Lfsr;<init>(Lfod;Lgao;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>
Lfsr;<init>(Lfod;Lgao;Lgap;)V
-
-
Method Details
-
addContent
protected void addContent()- Specified by:
addContent
in classReportScreen<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 C
Lfsk;C()V
-
onChange
protected void onChange()- Overrides:
onChange
in classReportScreen<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 E
Lfsk;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 inGLFW
class.- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousebutton
- the mouse button number- Returns:
true
to 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
Lfki;b(DDI)Z
-