Class DeathScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

@Environment(CLIENT) public class DeathScreen extends Screen implements IdentifibleBooleanConsumer
Mappings:
Namespace Name
official bek
intermediary net/minecraft/class_364
named net/minecraft/client/gui/screen/DeathScreen
  • Field Details

    • ticksSinceDeath

      private int ticksSinceDeath
      Mappings:
      Namespace Name Mixin selector
      official a Lbek;a:I
      intermediary field_1111 Lnet/minecraft/class_364;field_1111:I
      named ticksSinceDeath Lnet/minecraft/client/gui/screen/DeathScreen;ticksSinceDeath:I
    • field_13322

      private final Text field_13322
      Mappings:
      Namespace Name Mixin selector
      official f Lbek;f:Lew;
      intermediary field_13322 Lnet/minecraft/class_364;field_13322:Lnet/minecraft/class_1982;
      named field_13322 Lnet/minecraft/client/gui/screen/DeathScreen;field_13322:Lnet/minecraft/text/Text;
  • Constructor Details

  • Method Details

    • init

      public void init()
      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Lbez;b()V
      intermediary method_1044 Lnet/minecraft/class_388;method_1044()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • keyPressed

      protected void keyPressed(char character, int code)
      Overrides:
      keyPressed in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbez;a(CI)V
      intermediary method_1024 Lnet/minecraft/class_388;method_1024(CI)V
      named keyPressed Lnet/minecraft/client/gui/screen/Screen;keyPressed(CI)V
    • buttonClicked

      protected void buttonClicked(ButtonWidget button)
      Overrides:
      buttonClicked in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbez;a(Lbcx;)V
      intermediary method_1027 Lnet/minecraft/class_388;method_1027(Lnet/minecraft/class_356;)V
      named buttonClicked Lnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
    • confirmResult

      public void confirmResult(boolean bool, int int2)
      Specified by:
      confirmResult in interface IdentifibleBooleanConsumer
      Overrides:
      confirmResult in class Screen
      Mappings:
      Namespace Name Mixin selector
      official method_1029 Lbez;method_1029(ZI)V
      intermediary method_1029 Lnet/minecraft/class_388;method_1029(ZI)V
      named confirmResult Lnet/minecraft/client/gui/screen/Screen;confirmResult(ZI)V
    • render

      public void render(int mouseX, int mouseY, float tickDelta)
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbez;a(IIF)V
      intermediary method_1025 Lnet/minecraft/class_388;method_1025(IIF)V
      named render Lnet/minecraft/client/gui/screen/Screen;render(IIF)V
    • method_12181

      @Nullable public Text method_12181(int int2)
      Mappings:
      Namespace Name Mixin selector
      official b Lbek;b(I)Lew;
      intermediary method_12181 Lnet/minecraft/class_364;method_12181(I)Lnet/minecraft/class_1982;
      named method_12181 Lnet/minecraft/client/gui/screen/DeathScreen;method_12181(I)Lnet/minecraft/text/Text;
    • shouldPauseGame

      public boolean shouldPauseGame()
      Overrides:
      shouldPauseGame in class Screen
      Mappings:
      Namespace Name Mixin selector
      official d Lbez;d()Z
      intermediary method_1037 Lnet/minecraft/class_388;method_1037()Z
      named shouldPauseGame Lnet/minecraft/client/gui/screen/Screen;shouldPauseGame()Z
    • tick

      public void tick()
      Overrides:
      tick in class Screen
      Mappings:
      Namespace Name Mixin selector
      official e Lbez;e()V
      intermediary method_1033 Lnet/minecraft/class_388;method_1033()V
      named tick Lnet/minecraft/client/gui/screen/Screen;tick()V