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 named net/minecraft/client/gui/screen/report/AbuseReportTypeScreenintermediary net/minecraft/class_8770official fsp
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Textprivate final AbuseReportContextprivate static final intprivate final DirectionalLayoutWidgetprivate static final Textprivate static final Textprivate final Screenprivate final SocialInteractionsPlayerListEntryprivate static final Textprivate static final 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, narratorToggleButton, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionAbuseReportTypeScreen(Screen parent, AbuseReportContext context, SocialInteractionsPlayerListEntry selectedPlayer) -
Method Summary
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, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, refreshNarrator, remove, removed, 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, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
TITLE_TEXT
- Mappings:
Namespace Name Mixin selector named TITLE_TEXTLnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;TITLE_TEXT:Lnet/minecraft/text/Text;intermediary field_46041Lnet/minecraft/class_8770;field_46041:Lnet/minecraft/class_2561;official aLfsp;a:Lwz;
-
MESSAGE_TEXT
- Mappings:
Namespace Name Mixin selector named MESSAGE_TEXTLnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;MESSAGE_TEXT:Lnet/minecraft/text/Text;intermediary field_46042Lnet/minecraft/class_8770;field_46042:Lnet/minecraft/class_2561;official bLfsp;b:Lwz;
-
CHAT_TYPE_TEXT
- Mappings:
Namespace Name Mixin selector named CHAT_TYPE_TEXTLnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;CHAT_TYPE_TEXT:Lnet/minecraft/text/Text;intermediary field_46043Lnet/minecraft/class_8770;field_46043:Lnet/minecraft/class_2561;official cLfsp;c:Lwz;
-
SKIN_TYPE_TEXT
- Mappings:
Namespace Name Mixin selector named SKIN_TYPE_TEXTLnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;SKIN_TYPE_TEXT:Lnet/minecraft/text/Text;intermediary field_46044Lnet/minecraft/class_8770;field_46044:Lnet/minecraft/class_2561;official rLfsp;r:Lwz;
-
NAME_TYPE_TEXT
- Mappings:
Namespace Name Mixin selector named NAME_TYPE_TEXTLnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;NAME_TYPE_TEXT:Lnet/minecraft/text/Text;intermediary field_46045Lnet/minecraft/class_8770;field_46045:Lnet/minecraft/class_2561;official sLfsp;s:Lwz;
-
field_46046
private static final int field_46046- See Also:
- Mappings:
Namespace Name Mixin selector named field_46046Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;field_46046:Iintermediary field_46046Lnet/minecraft/class_8770;field_46046:Iofficial uLfsp;u:I
-
parent
- Mappings:
Namespace Name Mixin selector named parentLnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;parent:Lnet/minecraft/client/gui/screen/Screen;intermediary field_46047Lnet/minecraft/class_8770;field_46047:Lnet/minecraft/class_437;official vLfsp;v:Lfod;
-
context
- Mappings:
Namespace Name Mixin selector named contextLnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;context:Lnet/minecraft/client/session/report/AbuseReportContext;intermediary field_46048Lnet/minecraft/class_8770;field_46048:Lnet/minecraft/class_7574;official wLfsp;w:Lgao;
-
selectedPlayer
- Mappings:
Namespace Name Mixin selector named selectedPlayerLnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;selectedPlayer:Lnet/minecraft/client/gui/screen/multiplayer/SocialInteractionsPlayerListEntry;intermediary field_46049Lnet/minecraft/class_8770;field_46049:Lnet/minecraft/class_5519;official xLfsp;x:Lfst;
-
layout
- Mappings:
Namespace Name Mixin selector named layoutLnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;layout:Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;intermediary field_46050Lnet/minecraft/class_8770;field_46050:Lnet/minecraft/class_8667;official yLfsp;y:Lfmd;
-
-
Constructor Details
-
AbuseReportTypeScreen
public AbuseReportTypeScreen(Screen parent, AbuseReportContext context, SocialInteractionsPlayerListEntry selectedPlayer) - Mappings:
Namespace Name Mixin selector 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;)Vintermediary <init>Lnet/minecraft/class_8770;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_5519;)Vofficial <init>Lfsp;<init>(Lfod;Lgao;Lfst;)V
-
-
Method Details
-
getNarratedTitle
- Overrides:
getNarratedTitlein classScreen- Mappings:
Namespace Name Mixin selector named getNarratedTitleLnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;intermediary method_25435Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;official iLfod;i()Lwz;
-
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. -
close
public void close()
-