Class AbuseReportTypeScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.report.AbuseReportTypeScreen
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
- Mappings:
Namespace Name official fhe
intermediary net/minecraft/class_8770
named net/minecraft/client/gui/screen/report/AbuseReportTypeScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Text
private final AbuseReportContext
private static final int
private final DirectionalLayoutWidget
private static final Text
private static final Text
private final Screen
private final SocialInteractionsPlayerListEntry
private static final Text
private static final Text
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ConstructorDescriptionAbuseReportTypeScreen
(Screen parent, AbuseReportContext context, SocialInteractionsPlayerListEntry selectedPlayer) -
Method Summary
Methods 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, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, render, renderBackground, renderBackgroundTexture, renderInGameBackground, renderWithTooltip, resize, 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, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
TITLE_TEXT
- Mappings:
Namespace Name Mixin selector official a
Lfhe;a:Lvf;
intermediary field_46041
Lnet/minecraft/class_8770;field_46041:Lnet/minecraft/class_2561;
named TITLE_TEXT
Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;TITLE_TEXT:Lnet/minecraft/text/Text;
-
MESSAGE_TEXT
- Mappings:
Namespace Name Mixin selector official b
Lfhe;b:Lvf;
intermediary field_46042
Lnet/minecraft/class_8770;field_46042:Lnet/minecraft/class_2561;
named MESSAGE_TEXT
Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;MESSAGE_TEXT:Lnet/minecraft/text/Text;
-
CHAT_TYPE_TEXT
- Mappings:
Namespace Name Mixin selector official c
Lfhe;c:Lvf;
intermediary field_46043
Lnet/minecraft/class_8770;field_46043:Lnet/minecraft/class_2561;
named CHAT_TYPE_TEXT
Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;CHAT_TYPE_TEXT:Lnet/minecraft/text/Text;
-
SKIN_TYPE_TEXT
- Mappings:
Namespace Name Mixin selector official k
Lfhe;k:Lvf;
intermediary field_46044
Lnet/minecraft/class_8770;field_46044:Lnet/minecraft/class_2561;
named SKIN_TYPE_TEXT
Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;SKIN_TYPE_TEXT:Lnet/minecraft/text/Text;
-
NAME_TYPE_TEXT
- Mappings:
Namespace Name Mixin selector official l
Lfhe;l:Lvf;
intermediary field_46045
Lnet/minecraft/class_8770;field_46045:Lnet/minecraft/class_2561;
named NAME_TYPE_TEXT
Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;NAME_TYPE_TEXT:Lnet/minecraft/text/Text;
-
field_46046
private static final int field_46046- See Also:
- Mappings:
Namespace Name Mixin selector official m
Lfhe;m:I
intermediary field_46046
Lnet/minecraft/class_8770;field_46046:I
named field_46046
Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;field_46046:I
-
parent
- Mappings:
Namespace Name Mixin selector official n
Lfhe;n:Lfdb;
intermediary field_46047
Lnet/minecraft/class_8770;field_46047:Lnet/minecraft/class_437;
named parent
Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
context
- Mappings:
Namespace Name Mixin selector official o
Lfhe;o:Lfow;
intermediary field_46048
Lnet/minecraft/class_8770;field_46048:Lnet/minecraft/class_7574;
named context
Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;context:Lnet/minecraft/client/session/report/AbuseReportContext;
-
selectedPlayer
- Mappings:
Namespace Name Mixin selector official p
Lfhe;p:Lfhi;
intermediary field_46049
Lnet/minecraft/class_8770;field_46049:Lnet/minecraft/class_5519;
named selectedPlayer
Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;selectedPlayer:Lnet/minecraft/client/gui/screen/multiplayer/SocialInteractionsPlayerListEntry;
-
layout
- Mappings:
Namespace Name Mixin selector official q
Lfhe;q:Lfau;
intermediary field_46050
Lnet/minecraft/class_8770;field_46050:Lnet/minecraft/class_8667;
named layout
Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;layout:Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;
-
-
Constructor Details
-
AbuseReportTypeScreen
public AbuseReportTypeScreen(Screen parent, AbuseReportContext context, SocialInteractionsPlayerListEntry selectedPlayer) - Mappings:
Namespace Name Mixin selector official <init>
Lfhe;<init>(Lfdb;Lfow;Lfhi;)V
intermediary <init>
Lnet/minecraft/class_8770;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_5519;)V
named <init>
Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Lnet/minecraft/client/gui/screen/multiplayer/SocialInteractionsPlayerListEntry;)V
-
-
Method Details
-
getNarratedTitle
- Overrides:
getNarratedTitle
in classScreen
- Mappings:
Namespace Name Mixin selector official h
Lfdb;h()Lvf;
intermediary method_25435
Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;
named getNarratedTitle
Lnet/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.
This should call
Screen.setInitialFocus(net.minecraft.client.gui.Element)
to set the element that is initially focused. -
close
public void close()
-