Class AbuseReportReasonScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.abusereport.AbuseReportReasonScreen
- All Implemented Interfaces:
Drawable,Element,ParentElement
- Mappings:
Namespace Name official eoiintermediary net/minecraft/class_7551named net/minecraft/client/gui/screen/abusereport/AbuseReportReasonScreen
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Textprivate final @Nullable AbuseReportReasonprivate static final intprivate final Consumer<AbuseReportReason>private static final TextFields inherited from class net.minecraft.client.gui.screen.Screen
client, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTUREFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionAbuseReportReasonScreen(@Nullable Screen parent, @Nullable AbuseReportReason reason, Consumer<AbuseReportReason> reasonConsumer) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected voidinit()Called when a screen should be initialized.voidrender(MatrixStack matrices, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getNarratedTitle, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, remove, removed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, shouldCloseOnEsc, shouldPause, tick, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
disableScissor, drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, enableScissor, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffsetMethods 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.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
TITLE_TEXT
- Mappings:
Namespace Name Mixin selector official aLeoi;a:Lrm;intermediary field_39612Lnet/minecraft/class_7551;field_39612:Lnet/minecraft/class_2561;named TITLE_TEXTLnet/minecraft/client/gui/screen/abusereport/AbuseReportReasonScreen;TITLE_TEXT:Lnet/minecraft/text/Text;
-
DESCRIPTION_TEXT
- Mappings:
Namespace Name Mixin selector official bLeoi;b:Lrm;intermediary field_39613Lnet/minecraft/class_7551;field_39613:Lnet/minecraft/class_2561;named DESCRIPTION_TEXTLnet/minecraft/client/gui/screen/abusereport/AbuseReportReasonScreen;DESCRIPTION_TEXT:Lnet/minecraft/text/Text;
-
REASON_LIST_BOTTOM_MARGIN
private static final int REASON_LIST_BOTTOM_MARGIN- See Also:
- Mappings:
Namespace Name Mixin selector official cLeoi;c:Iintermediary field_39614Lnet/minecraft/class_7551;field_39614:Inamed REASON_LIST_BOTTOM_MARGINLnet/minecraft/client/gui/screen/abusereport/AbuseReportReasonScreen;REASON_LIST_BOTTOM_MARGIN:I
-
parent
- Mappings:
Namespace Name Mixin selector official nLeoi;n:Lekq;intermediary field_39615Lnet/minecraft/class_7551;field_39615:Lnet/minecraft/class_437;named parentLnet/minecraft/client/gui/screen/abusereport/AbuseReportReasonScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
reasonList
- Mappings:
Namespace Name Mixin selector official oLeoi;o:Leoi$a;intermediary field_39616Lnet/minecraft/class_7551;field_39616:Lnet/minecraft/class_7551$class_7552;named reasonListLnet/minecraft/client/gui/screen/abusereport/AbuseReportReasonScreen;reasonList:Lnet/minecraft/client/gui/screen/abusereport/AbuseReportReasonScreen$ReasonListWidget;
-
reason
- Mappings:
Namespace Name Mixin selector official pLeoi;p:Leup;intermediary field_39617Lnet/minecraft/class_7551;field_39617:Lnet/minecraft/class_7573;named reasonLnet/minecraft/client/gui/screen/abusereport/AbuseReportReasonScreen;reason:Lnet/minecraft/client/network/abusereport/AbuseReportReason;
-
reasonConsumer
- Mappings:
Namespace Name Mixin selector official qLeoi;q:Ljava/util/function/Consumer;intermediary field_39618Lnet/minecraft/class_7551;field_39618:Ljava/util/function/Consumer;named reasonConsumerLnet/minecraft/client/gui/screen/abusereport/AbuseReportReasonScreen;reasonConsumer:Ljava/util/function/Consumer;
-
-
Constructor Details
-
AbuseReportReasonScreen
public AbuseReportReasonScreen(@Nullable @Nullable Screen parent, @Nullable @Nullable AbuseReportReason reason, Consumer<AbuseReportReason> reasonConsumer) - Mappings:
Namespace Name Mixin selector official <init>Leoi;<init>(Lekq;Leup;Ljava/util/function/Consumer;)Vintermediary <init>Lnet/minecraft/class_7551;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7573;Ljava/util/function/Consumer;)Vnamed <init>Lnet/minecraft/client/gui/screen/abusereport/AbuseReportReasonScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/network/abusereport/AbuseReportReason;Ljava/util/function/Consumer;)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.
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLeht;a(Ldzt;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
close
public void close()
-