Package net.minecraft.client.gui.screen
Class CreditsScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.CreditsScreen
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
- Mappings:
Namespace Name official euy
intermediary net/minecraft/class_445
named net/minecraft/client/gui/screen/CreditsScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate final float
private static final String
private IntSet
private List<OrderedText>
private int
private static final float
private final boolean
private final Runnable
private static final Logger
private final LogoDrawer
private static final String
private final IntSet
private static final Text
private static final float
private boolean
private float
private int
private float
private static final Identifier
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
private void
private void
void
close()
private void
getMusic()
private float
getSpeed()
protected void
init()
Called when a screen should be initialized.boolean
keyPressed
(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.boolean
keyReleased
(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.private void
load
(String id, CreditsScreen.CreditsReader reader) private void
readCredits
(Reader reader) private void
void
removed()
void
render
(DrawContext context, int mouseX, int mouseY, float delta) private void
renderBackground
(DrawContext context) Renders the background of this screen.void
tick()
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, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Leuy;a:Lorg/slf4j/Logger;
intermediary field_2632
Lnet/minecraft/class_445;field_2632:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/gui/screen/CreditsScreen;LOGGER:Lorg/slf4j/Logger;
-
VIGNETTE_TEXTURE
- Mappings:
Namespace Name Mixin selector official b
Leuy;b:Lacq;
intermediary field_2633
Lnet/minecraft/class_445;field_2633:Lnet/minecraft/class_2960;
named VIGNETTE_TEXTURE
Lnet/minecraft/client/gui/screen/CreditsScreen;VIGNETTE_TEXTURE:Lnet/minecraft/util/Identifier;
-
SEPARATOR_LINE
- Mappings:
Namespace Name Mixin selector official c
Leuy;c:Lsw;
intermediary field_33955
Lnet/minecraft/class_445;field_33955:Lnet/minecraft/class_2561;
named SEPARATOR_LINE
Lnet/minecraft/client/gui/screen/CreditsScreen;SEPARATOR_LINE:Lnet/minecraft/text/Text;
-
CENTERED_LINE_PREFIX
- See Also:
- Mappings:
Namespace Name Mixin selector official k
Leuy;k:Ljava/lang/String;
intermediary field_32273
Lnet/minecraft/class_445;field_32273:Ljava/lang/String;
named CENTERED_LINE_PREFIX
Lnet/minecraft/client/gui/screen/CreditsScreen;CENTERED_LINE_PREFIX:Ljava/lang/String;
-
OBFUSCATION_PLACEHOLDER
- Mappings:
Namespace Name Mixin selector official l
Leuy;l:Ljava/lang/String;
intermediary field_24260
Lnet/minecraft/class_445;field_24260:Ljava/lang/String;
named OBFUSCATION_PLACEHOLDER
Lnet/minecraft/client/gui/screen/CreditsScreen;OBFUSCATION_PLACEHOLDER:Ljava/lang/String;
-
SPACE_BAR_SPEED_MULTIPLIER
private static final float SPACE_BAR_SPEED_MULTIPLIER- See Also:
- Mappings:
Namespace Name Mixin selector official m
Leuy;m:F
intermediary field_33957
Lnet/minecraft/class_445;field_33957:F
named SPACE_BAR_SPEED_MULTIPLIER
Lnet/minecraft/client/gui/screen/CreditsScreen;SPACE_BAR_SPEED_MULTIPLIER:F
-
CTRL_KEY_SPEED_MULTIPLIER
private static final float CTRL_KEY_SPEED_MULTIPLIER- See Also:
- Mappings:
Namespace Name Mixin selector official n
Leuy;n:F
intermediary field_34012
Lnet/minecraft/class_445;field_34012:F
named CTRL_KEY_SPEED_MULTIPLIER
Lnet/minecraft/client/gui/screen/CreditsScreen;CTRL_KEY_SPEED_MULTIPLIER:F
-
endCredits
private final boolean endCredits- Mappings:
Namespace Name Mixin selector official o
Leuy;o:Z
intermediary field_2627
Lnet/minecraft/class_445;field_2627:Z
named endCredits
Lnet/minecraft/client/gui/screen/CreditsScreen;endCredits:Z
-
finishAction
- Mappings:
Namespace Name Mixin selector official p
Leuy;p:Ljava/lang/Runnable;
intermediary field_2630
Lnet/minecraft/class_445;field_2630:Ljava/lang/Runnable;
named finishAction
Lnet/minecraft/client/gui/screen/CreditsScreen;finishAction:Ljava/lang/Runnable;
-
time
private float time- Mappings:
Namespace Name Mixin selector official q
Leuy;q:F
intermediary field_2628
Lnet/minecraft/class_445;field_2628:F
named time
Lnet/minecraft/client/gui/screen/CreditsScreen;time:F
-
credits
- Mappings:
Namespace Name Mixin selector official r
Leuy;r:Ljava/util/List;
intermediary field_2634
Lnet/minecraft/class_445;field_2634:Ljava/util/List;
named credits
Lnet/minecraft/client/gui/screen/CreditsScreen;credits:Ljava/util/List;
-
centeredLines
- Mappings:
Namespace Name Mixin selector official s
Leuy;s:Lit/unimi/dsi/fastutil/ints/IntSet;
intermediary field_24261
Lnet/minecraft/class_445;field_24261:Lit/unimi/dsi/fastutil/ints/IntSet;
named centeredLines
Lnet/minecraft/client/gui/screen/CreditsScreen;centeredLines:Lit/unimi/dsi/fastutil/ints/IntSet;
-
creditsHeight
private int creditsHeight- Mappings:
Namespace Name Mixin selector official t
Leuy;t:I
intermediary field_2629
Lnet/minecraft/class_445;field_2629:I
named creditsHeight
Lnet/minecraft/client/gui/screen/CreditsScreen;creditsHeight:I
-
spaceKeyPressed
private boolean spaceKeyPressed- Mappings:
Namespace Name Mixin selector official u
Leuy;u:Z
intermediary field_34010
Lnet/minecraft/class_445;field_34010:Z
named spaceKeyPressed
Lnet/minecraft/client/gui/screen/CreditsScreen;spaceKeyPressed:Z
-
pressedCtrlKeys
- Mappings:
Namespace Name Mixin selector official v
Leuy;v:Lit/unimi/dsi/fastutil/ints/IntSet;
intermediary field_34011
Lnet/minecraft/class_445;field_34011:Lit/unimi/dsi/fastutil/ints/IntSet;
named pressedCtrlKeys
Lnet/minecraft/client/gui/screen/CreditsScreen;pressedCtrlKeys:Lit/unimi/dsi/fastutil/ints/IntSet;
-
speed
private float speed- Mappings:
Namespace Name Mixin selector official w
Leuy;w:F
intermediary field_2635
Lnet/minecraft/class_445;field_2635:F
named speed
Lnet/minecraft/client/gui/screen/CreditsScreen;speed:F
-
baseSpeed
private final float baseSpeed- Mappings:
Namespace Name Mixin selector official x
Leuy;x:F
intermediary field_33954
Lnet/minecraft/class_445;field_33954:F
named baseSpeed
Lnet/minecraft/client/gui/screen/CreditsScreen;baseSpeed:F
-
speedMultiplier
private int speedMultiplier- Mappings:
Namespace Name Mixin selector official y
Leuy;y:I
intermediary field_44778
Lnet/minecraft/class_445;field_44778:I
named speedMultiplier
Lnet/minecraft/client/gui/screen/CreditsScreen;speedMultiplier:I
-
logoDrawer
- Mappings:
Namespace Name Mixin selector official z
Leuy;z:Lepx;
intermediary field_41848
Lnet/minecraft/class_445;field_41848:Lnet/minecraft/class_8020;
named logoDrawer
Lnet/minecraft/client/gui/screen/CreditsScreen;logoDrawer:Lnet/minecraft/client/gui/LogoDrawer;
-
-
Constructor Details
-
CreditsScreen
- Mappings:
Namespace Name Mixin selector official <init>
Leuy;<init>(ZLjava/lang/Runnable;)V
intermediary <init>
Lnet/minecraft/class_445;<init>(ZLjava/lang/Runnable;)V
named <init>
Lnet/minecraft/client/gui/screen/CreditsScreen;<init>(ZLjava/lang/Runnable;)V
-
-
Method Details
-
getSpeed
private float getSpeed()- Mappings:
Namespace Name Mixin selector official l
Leuy;l()F
intermediary method_37369
Lnet/minecraft/class_445;method_37369()F
named getSpeed
Lnet/minecraft/client/gui/screen/CreditsScreen;getSpeed()F
-
tick
public void tick() -
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured. The key code is identified by the constants inGLFW
class.- Specified by:
keyPressed
in interfaceElement
- Specified by:
keyPressed
in interfaceParentElement
- Overrides:
keyPressed
in classScreen
- Parameters:
keyCode
- the named key code of the event as described in theGLFW
classscanCode
- the unique/platform-specific scan code of the keyboard inputmodifiers
- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leqt;a(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
named keyPressed
Lnet/minecraft/client/gui/Element;keyPressed(III)Z
-
keyReleased
public boolean keyReleased(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured. The key code is identified by the constants inGLFW
class.- Parameters:
keyCode
- the named key code of the event as described in theGLFW
classscanCode
- the unique/platform-specific scan code of the keyboard inputmodifiers
- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official b
Leqt;b(III)Z
intermediary method_16803
Lnet/minecraft/class_364;method_16803(III)Z
named keyReleased
Lnet/minecraft/client/gui/Element;keyReleased(III)Z
-
close
public void close() -
closeScreen
private void closeScreen()- Mappings:
Namespace Name Mixin selector official B
Leuy;B()V
intermediary method_2257
Lnet/minecraft/class_445;method_2257()V
named closeScreen
Lnet/minecraft/client/gui/screen/CreditsScreen;closeScreen()V
-
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. -
load
- Mappings:
Namespace Name Mixin selector official a
Leuy;a(Ljava/lang/String;Leuy$a;)V
intermediary method_39775
Lnet/minecraft/class_445;method_39775(Ljava/lang/String;Lnet/minecraft/class_445$class_6824;)V
named load
Lnet/minecraft/client/gui/screen/CreditsScreen;load(Ljava/lang/String;Lnet/minecraft/client/gui/screen/CreditsScreen$CreditsReader;)V
-
readPoem
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official a
Leuy;a(Ljava/io/Reader;)V
intermediary method_39774
Lnet/minecraft/class_445;method_39774(Ljava/io/Reader;)V
named readPoem
Lnet/minecraft/client/gui/screen/CreditsScreen;readPoem(Ljava/io/Reader;)V
-
readCredits
- Mappings:
Namespace Name Mixin selector official b
Leuy;b(Ljava/io/Reader;)V
intermediary method_39776
Lnet/minecraft/class_445;method_39776(Ljava/io/Reader;)V
named readCredits
Lnet/minecraft/client/gui/screen/CreditsScreen;readCredits(Ljava/io/Reader;)V
-
addEmptyLine
private void addEmptyLine()- Mappings:
Namespace Name Mixin selector official C
Leuy;C()V
intermediary method_37306
Lnet/minecraft/class_445;method_37306()V
named addEmptyLine
Lnet/minecraft/client/gui/screen/CreditsScreen;addEmptyLine()V
-
addText
- Mappings:
Namespace Name Mixin selector official a
Leuy;a(Ljava/lang/String;)V
intermediary method_37305
Lnet/minecraft/class_445;method_37305(Ljava/lang/String;)V
named addText
Lnet/minecraft/client/gui/screen/CreditsScreen;addText(Ljava/lang/String;)V
-
addText
- Mappings:
Namespace Name Mixin selector official a
Leuy;a(Lsw;Z)V
intermediary method_37304
Lnet/minecraft/class_445;method_37304(Lnet/minecraft/class_2561;Z)V
named addText
Lnet/minecraft/client/gui/screen/CreditsScreen;addText(Lnet/minecraft/text/Text;Z)V
-
renderBackground
Description copied from class:Screen
Renders the background of this screen.If the client is in a world, renders the translucent background gradient. Otherwise renders the background texture.
- Overrides:
renderBackground
in classScreen
- Mappings:
Namespace Name Mixin selector official c
Leuy;c(Leox;)V
intermediary method_2258
Lnet/minecraft/class_445;method_2258(Lnet/minecraft/class_332;)V
named renderBackground
Lnet/minecraft/client/gui/screen/CreditsScreen;renderBackground(Lnet/minecraft/client/gui/DrawContext;)V
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Leqh;a(Leox;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
removed
public void removed() -
getMusic
-