Package net.minecraft
Class class_7551
- All Implemented Interfaces:
Drawable,Element,ParentElement
- Mappings:
Namespace Name official eoiintermediary net/minecraft/class_7551named net/minecraft/class_7551
-
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 static final Textprivate static final intprivate @Nullable class_7551.class_7552private final @Nullable class_7573private final Consumer<class_7573>Fields 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
ConstructorsConstructorDescriptionclass_7551(@Nullable Screen screen, @Nullable class_7573 class_7573, Consumer<class_7573> consumer) -
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
drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, fill, fillGradient, fillGradient, fillGradient, getZOffset, method_44379, method_44380, 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
-
field_39612
- Mappings:
Namespace Name Mixin selector official aLeoi;a:Lrm;intermediary field_39612Lnet/minecraft/class_7551;field_39612:Lnet/minecraft/class_2561;named field_39612Lnet/minecraft/class_7551;field_39612:Lnet/minecraft/text/Text;
-
field_39613
- Mappings:
Namespace Name Mixin selector official bLeoi;b:Lrm;intermediary field_39613Lnet/minecraft/class_7551;field_39613:Lnet/minecraft/class_2561;named field_39613Lnet/minecraft/class_7551;field_39613:Lnet/minecraft/text/Text;
-
field_39614
private static final int field_39614- See Also:
- Mappings:
Namespace Name Mixin selector official cLeoi;c:Iintermediary field_39614Lnet/minecraft/class_7551;field_39614:Inamed field_39614Lnet/minecraft/class_7551;field_39614:I
-
field_39615
- Mappings:
Namespace Name Mixin selector official nLeoi;n:Lekq;intermediary field_39615Lnet/minecraft/class_7551;field_39615:Lnet/minecraft/class_437;named field_39615Lnet/minecraft/class_7551;field_39615:Lnet/minecraft/client/gui/screen/Screen;
-
field_39616
- 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 field_39616Lnet/minecraft/class_7551;field_39616:Lnet/minecraft/class_7551$class_7552;
-
field_39617
- Mappings:
Namespace Name Mixin selector official pLeoi;p:Leup;intermediary field_39617Lnet/minecraft/class_7551;field_39617:Lnet/minecraft/class_7573;named field_39617Lnet/minecraft/class_7551;field_39617:Lnet/minecraft/class_7573;
-
field_39618
- 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 field_39618Lnet/minecraft/class_7551;field_39618:Ljava/util/function/Consumer;
-
-
Constructor Details
-
class_7551
public class_7551(@Nullable @Nullable Screen screen, @Nullable @Nullable class_7573 class_7573, Consumer<class_7573> consumer)
-
-
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()
-