Package net.minecraft
Class class_8769
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name official fcaintermediary net/minecraft/class_8769named net/minecraft/class_8769
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final Textprivate final DirectionalLayoutWidgetprivate EditBoxWidgetprivate ButtonWidgetFields inherited from class net.minecraft.class_8768
field_46012, field_46013, field_46014, field_46015, field_46016, field_46017, field_46018, field_46019, field_46020, field_46021Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsModifierConstructorDescriptionclass_8769(Screen screen, AbuseReportContext abuseReportContext, UUID uUID, String string) class_8769(Screen screen, AbuseReportContext abuseReportContext, class_8773 class_8773) privateclass_8769(Screen screen, AbuseReportContext abuseReportContext, class_8773.class_8774 class_8774) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit()Called when a screen should be initialized.protected voidprivate voidbooleanmouseReleased(double mouseX, double mouseY, int button) Callback for when a mouse button release event has been captured.Methods inherited from class net.minecraft.class_8768
close, method_53560, method_53561, method_53564, method_53571, removedMethods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, remove, render, renderBackground, renderBackgroundTexture, renderInGameBackground, renderWithTooltip, resize, 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, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseScrolled, setFocused
-
Field Details
-
field_46036
private static final int field_46036- See Also:
- Mappings:
Namespace Name Mixin selector official sLfca;s:Iintermediary field_46036Lnet/minecraft/class_8769;field_46036:Inamed field_46036Lnet/minecraft/class_8769;field_46036:I
-
field_46037
- Mappings:
Namespace Name Mixin selector official tLfca;t:Ltf;intermediary field_46037Lnet/minecraft/class_8769;field_46037:Lnet/minecraft/class_2561;named field_46037Lnet/minecraft/class_8769;field_46037:Lnet/minecraft/text/Text;
-
field_46038
- Mappings:
Namespace Name Mixin selector official uLfca;u:Levt;intermediary field_46038Lnet/minecraft/class_8769;field_46038:Lnet/minecraft/class_8667;named field_46038Lnet/minecraft/class_8769;field_46038:Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;
-
field_46039
- Mappings:
Namespace Name Mixin selector official vLfca;v:Lesy;intermediary field_46039Lnet/minecraft/class_8769;field_46039:Lnet/minecraft/class_7529;named field_46039Lnet/minecraft/class_8769;field_46039:Lnet/minecraft/client/gui/widget/EditBoxWidget;
-
field_46040
- Mappings:
Namespace Name Mixin selector official wLfca;w:Lesg;intermediary field_46040Lnet/minecraft/class_8769;field_46040:Lnet/minecraft/class_4185;named field_46040Lnet/minecraft/class_8769;field_46040:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
-
Constructor Details
-
class_8769
private class_8769(Screen screen, AbuseReportContext abuseReportContext, class_8773.class_8774 class_8774) -
class_8769
-
class_8769
-
-
Method Details
-
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. -
method_53574
private void method_53574()- Mappings:
Namespace Name Mixin selector official CLfca;C()Vintermediary method_53574Lnet/minecraft/class_8769;method_53574()Vnamed method_53574Lnet/minecraft/class_8769;method_53574()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 inGLFWclass.- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mousebutton- the mouse button number- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official bLeua;b(DDI)Zintermediary method_25406Lnet/minecraft/class_364;method_25406(DDI)Znamed mouseReleasedLnet/minecraft/client/gui/Element;mouseReleased(DDI)Z
-