Class CreditsAndAttributionScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.option.CreditsAndAttributionScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/option/CreditsAndAttributionScreenintermediary net/minecraft/class_8219official glm
-
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 static final intprivate static final Textprivate final ThreePartsLayoutWidgetprivate static final Textprivate final Screenprivate static final intprivate static final TextFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, field_60460, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, textRenderer, title, width -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, allowRotatingPanorama, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, canInterruptOtherScreen, children, clearAndInit, clearChildren, deferSubtitles, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleBasicClickEvent, handleClickEvent, handleClickEvent, handleOpenUri, handleRunCommand, handleTextClick, hasUsageText, init, insertText, isMouseOver, isValidCharacterForName, keepOpenThroughPortal, keyPressed, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, remove, removed, render, renderBackground, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setWidgetAlpha, shouldCloseOnEsc, shouldPause, showsStatusEffects, switchFocus, tick, updateNarratorMethods 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
getBorder, isClickable, 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
-
SPACING
private static final int SPACING- See Also:
- Mappings:
Namespace Name Mixin selector named SPACINGLnet/minecraft/client/gui/screen/option/CreditsAndAttributionScreen;SPACING:Iintermediary field_43137Lnet/minecraft/class_8219;field_43137:Iofficial aLglm;a:I
-
BUTTON_WIDTH
private static final int BUTTON_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector named BUTTON_WIDTHLnet/minecraft/client/gui/screen/option/CreditsAndAttributionScreen;BUTTON_WIDTH:Iintermediary field_43138Lnet/minecraft/class_8219;field_43138:Iofficial bLglm;b:I
-
TITLE
- Mappings:
Namespace Name Mixin selector named TITLELnet/minecraft/client/gui/screen/option/CreditsAndAttributionScreen;TITLE:Lnet/minecraft/text/Text;intermediary field_43139Lnet/minecraft/class_8219;field_43139:Lnet/minecraft/class_2561;official cLglm;c:Lxx;
-
CREDITS_TEXT
- Mappings:
Namespace Name Mixin selector named CREDITS_TEXTLnet/minecraft/client/gui/screen/option/CreditsAndAttributionScreen;CREDITS_TEXT:Lnet/minecraft/text/Text;intermediary field_43140Lnet/minecraft/class_8219;field_43140:Lnet/minecraft/class_2561;official dLglm;d:Lxx;
-
ATTRIBUTION_TEXT
- Mappings:
Namespace Name Mixin selector named ATTRIBUTION_TEXTLnet/minecraft/client/gui/screen/option/CreditsAndAttributionScreen;ATTRIBUTION_TEXT:Lnet/minecraft/text/Text;intermediary field_43141Lnet/minecraft/class_8219;field_43141:Lnet/minecraft/class_2561;official eLglm;e:Lxx;
-
LICENSE_TEXT
- Mappings:
Namespace Name Mixin selector named LICENSE_TEXTLnet/minecraft/client/gui/screen/option/CreditsAndAttributionScreen;LICENSE_TEXT:Lnet/minecraft/text/Text;intermediary field_43142Lnet/minecraft/class_8219;field_43142:Lnet/minecraft/class_2561;official fLglm;f:Lxx;
-
parent
- Mappings:
Namespace Name Mixin selector named parentLnet/minecraft/client/gui/screen/option/CreditsAndAttributionScreen;parent:Lnet/minecraft/client/gui/screen/Screen;intermediary field_43143Lnet/minecraft/class_8219;field_43143:Lnet/minecraft/class_437;official tLglm;t:Lgmj;
-
layout
- Mappings:
Namespace Name Mixin selector named layoutLnet/minecraft/client/gui/screen/option/CreditsAndAttributionScreen;layout:Lnet/minecraft/client/gui/widget/ThreePartsLayoutWidget;intermediary field_43144Lnet/minecraft/class_8219;field_43144:Lnet/minecraft/class_8132;official uLglm;u:Lgjc;
-
-
Constructor Details
-
CreditsAndAttributionScreen
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/option/CreditsAndAttributionScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)Vintermediary <init>Lnet/minecraft/class_8219;<init>(Lnet/minecraft/class_437;)Vofficial <init>Lglm;<init>(Lgmj;)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.
-
refreshWidgetPositions
protected void refreshWidgetPositions()- Overrides:
refreshWidgetPositionsin classScreen- Mappings:
Namespace Name Mixin selector named refreshWidgetPositionsLnet/minecraft/client/gui/screen/Screen;refreshWidgetPositions()Vintermediary method_48640Lnet/minecraft/class_437;method_48640()Vofficial cLgmj;c()V
-
openCredits
private void openCredits()- Mappings:
Namespace Name Mixin selector named openCreditsLnet/minecraft/client/gui/screen/option/CreditsAndAttributionScreen;openCredits()Vintermediary method_49739Lnet/minecraft/class_8219;method_49739()Vofficial oLglm;o()V
-
close
public void close()
-