Package net.minecraft.client.gui.screen
Class CreditsScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.CreditsScreen
- All Implemented Interfaces:
Drawable
,Element
,ParentElement
- Mappings:
Namespace Name official epi
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 static final Identifier
private final boolean
private final Runnable
private static final Logger
private static final int
private static final Identifier
private static final String
private final IntSet
private static final Text
private static final float
private boolean
private float
private float
private static final Identifier
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, height, itemRenderer, passEvents, textRenderer, title, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
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
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
render
(MatrixStack matrices, int mouseX, int mouseY, float delta) private void
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, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, remove, removed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, renderWithTooltip, resize, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods 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, setZOffset
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.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Lepi;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;
-
MINECRAFT_TITLE_TEXTURE
- Mappings:
Namespace Name Mixin selector official b
Lepi;b:Lacf;
intermediary field_2626
Lnet/minecraft/class_445;field_2626:Lnet/minecraft/class_2960;
named MINECRAFT_TITLE_TEXTURE
Lnet/minecraft/client/gui/screen/CreditsScreen;MINECRAFT_TITLE_TEXTURE:Lnet/minecraft/util/Identifier;
-
EDITION_TITLE_TEXTURE
- Mappings:
Namespace Name Mixin selector official c
Lepi;c:Lacf;
intermediary field_2631
Lnet/minecraft/class_445;field_2631:Lnet/minecraft/class_2960;
named EDITION_TITLE_TEXTURE
Lnet/minecraft/client/gui/screen/CreditsScreen;EDITION_TITLE_TEXTURE:Lnet/minecraft/util/Identifier;
-
VIGNETTE_TEXTURE
- Mappings:
Namespace Name Mixin selector official n
Lepi;n:Lacf;
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 o
Lepi;o:Lss;
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 p
Lepi;p: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 q
Lepi;q: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;
-
MAX_WIDTH
private static final int MAX_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector official r
Lepi;r:I
intermediary field_33956
Lnet/minecraft/class_445;field_33956:I
named MAX_WIDTH
Lnet/minecraft/client/gui/screen/CreditsScreen;MAX_WIDTH:I
-
SPACE_BAR_SPEED_MULTIPLIER
private static final float SPACE_BAR_SPEED_MULTIPLIER- See Also:
- Mappings:
Namespace Name Mixin selector official s
Lepi;s: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 t
Lepi;t: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 u
Lepi;u: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 v
Lepi;v: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 w
Lepi;w: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 x
Lepi;x: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 y
Lepi;y: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 z
Lepi;z: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 A
Lepi;A: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 B
Lepi;B: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 C
Lepi;C: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 D
Lepi;D:F
intermediary field_33954
Lnet/minecraft/class_445;field_33954:F
named baseSpeed
Lnet/minecraft/client/gui/screen/CreditsScreen;baseSpeed:F
-
-
Constructor Details
-
CreditsScreen
- Mappings:
Namespace Name Mixin selector official <init>
Lepi;<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 i
Lepi;i()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
Lemg;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
Lemg;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 w
Lepi;w()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.
-
load
- Mappings:
Namespace Name Mixin selector official a
Lepi;a(Ljava/lang/String;Lepi$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
Lepi;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
Lepi;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 x
Lepi;x()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
Lepi;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
Lepi;a(Lss;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
private void renderBackground()- Mappings:
Namespace Name Mixin selector official y
Lepi;y()V
intermediary method_2258
Lnet/minecraft/class_445;method_2258()V
named renderBackground
Lnet/minecraft/client/gui/screen/CreditsScreen;renderBackground()V
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Lely;a(Leed;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-