Package net.minecraft.client.gui.screen
Class CreditsScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.CreditsScreen
- All Implemented Interfaces:
IdentifibleBooleanConsumer
- Mappings:
Namespace Name official bxsintermediary net/minecraft/class_430named net/minecraft/client/gui/screen/CreditsScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Listprivate intprivate static final Loggerprivate static final Identifierprivate floatprivate intprivate static final IdentifierFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, height, itemRenderer, labels, passEvents, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidclose()voidinit()protected voidkeyPressed(char character, int code) voidrender(int mouseX, int mouseY, float tickDelta) private voidrenderBackground(int mouseX, int mouseY, float tickDelta) booleanvoidtick()Methods inherited from class net.minecraft.client.gui.screen.Screen
buttonClicked, confirmResult, getClipboard, handleInput, handleKeyboard, handleMouse, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, mouseClicked, mouseDragged, mouseReleased, removed, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, setClipboardMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradient
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLbxs;a:Lorg/apache/logging/log4j/Logger;intermediary field_7786Lnet/minecraft/class_430;field_7786:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/client/gui/screen/CreditsScreen;LOGGER:Lorg/apache/logging/log4j/Logger;
-
MINECRAFT_TEXTURE
- Mappings:
Namespace Name Mixin selector official fLbxs;f:Loa;intermediary field_6375Lnet/minecraft/class_430;field_6375:Lnet/minecraft/class_1653;named MINECRAFT_TEXTURELnet/minecraft/client/gui/screen/CreditsScreen;MINECRAFT_TEXTURE:Lnet/minecraft/util/Identifier;
-
VIGNETTE_TEXTURE
- Mappings:
Namespace Name Mixin selector official gLbxs;g:Loa;intermediary field_6376Lnet/minecraft/class_430;field_6376:Lnet/minecraft/class_1653;named VIGNETTE_TEXTURELnet/minecraft/client/gui/screen/CreditsScreen;VIGNETTE_TEXTURE:Lnet/minecraft/util/Identifier;
-
totalTicks
private int totalTicks- Mappings:
Namespace Name Mixin selector official hLbxs;h:Iintermediary field_1437Lnet/minecraft/class_430;field_1437:Inamed totalTicksLnet/minecraft/client/gui/screen/CreditsScreen;totalTicks:I
-
credits
- Mappings:
Namespace Name Mixin selector official iLbxs;i:Ljava/util/List;intermediary field_1438Lnet/minecraft/class_430;field_1438:Ljava/util/List;named creditsLnet/minecraft/client/gui/screen/CreditsScreen;credits:Ljava/util/List;
-
creditsHeight
private int creditsHeight- Mappings:
Namespace Name Mixin selector official rLbxs;r:Iintermediary field_1439Lnet/minecraft/class_430;field_1439:Inamed creditsHeightLnet/minecraft/client/gui/screen/CreditsScreen;creditsHeight:I
-
speed
private float speed- Mappings:
Namespace Name Mixin selector official sLbxs;s:Fintermediary field_1440Lnet/minecraft/class_430;field_1440:Fnamed speedLnet/minecraft/client/gui/screen/CreditsScreen;speed:F
-
-
Constructor Details
-
CreditsScreen
public CreditsScreen()
-
-
Method Details
-
tick
public void tick() -
keyPressed
protected void keyPressed(char character, int code) - Overrides:
keyPressedin classScreen- Mappings:
Namespace Name Mixin selector official aLbxf;a(CI)Vintermediary method_1024Lnet/minecraft/class_388;method_1024(CI)Vnamed keyPressedLnet/minecraft/client/gui/screen/Screen;keyPressed(CI)V
-
close
private void close()- Mappings:
Namespace Name Mixin selector official aLbxs;a()Vintermediary method_1167Lnet/minecraft/class_430;method_1167()Vnamed closeLnet/minecraft/client/gui/screen/CreditsScreen;close()V
-
shouldPauseGame
public boolean shouldPauseGame()- Overrides:
shouldPauseGamein classScreen- Mappings:
Namespace Name Mixin selector official dLbxf;d()Zintermediary method_1037Lnet/minecraft/class_388;method_1037()Znamed shouldPauseGameLnet/minecraft/client/gui/screen/Screen;shouldPauseGame()Z
-
init
public void init() -
renderBackground
private void renderBackground(int mouseX, int mouseY, float tickDelta) - Mappings:
Namespace Name Mixin selector official bLbxs;b(IIF)Vintermediary method_1166Lnet/minecraft/class_430;method_1166(IIF)Vnamed renderBackgroundLnet/minecraft/client/gui/screen/CreditsScreen;renderBackground(IIF)V
-
render
public void render(int mouseX, int mouseY, float tickDelta)
-