Class SoundsScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

@Environment(CLIENT) public class SoundsScreen extends Screen
Mappings:
Namespace Name
official axz
intermediary net/minecraft/class_1815
named net/minecraft/client/gui/screen/SoundsScreen
  • Field Details

    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official f Laxz;f:Laxu;
      intermediary field_7774 Lnet/minecraft/class_1815;field_7774:Lnet/minecraft/class_388;
      named parent Lnet/minecraft/client/gui/screen/SoundsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • options

      private final GameOptions options
      Mappings:
      Namespace Name Mixin selector
      official g Laxz;g:Lavh;
      intermediary field_7775 Lnet/minecraft/class_1815;field_7775:Lnet/minecraft/class_347;
      named options Lnet/minecraft/client/gui/screen/SoundsScreen;options:Lnet/minecraft/client/options/GameOptions;
    • name

      protected String name
      Mappings:
      Namespace Name Mixin selector
      official a Laxz;a:Ljava/lang/String;
      intermediary field_7773 Lnet/minecraft/class_1815;field_7773:Ljava/lang/String;
      named name Lnet/minecraft/client/gui/screen/SoundsScreen;name:Ljava/lang/String;
    • off

      private String off
      Mappings:
      Namespace Name Mixin selector
      official h Laxz;h:Ljava/lang/String;
      intermediary field_7776 Lnet/minecraft/class_1815;field_7776:Ljava/lang/String;
      named off Lnet/minecraft/client/gui/screen/SoundsScreen;off:Ljava/lang/String;
  • Constructor Details

    • SoundsScreen

      public SoundsScreen(Screen parent, GameOptions options)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laxz;<init>(Laxu;Lavh;)V
      intermediary <init> Lnet/minecraft/class_1815;<init>(Lnet/minecraft/class_388;Lnet/minecraft/class_347;)V
      named <init> Lnet/minecraft/client/gui/screen/SoundsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/options/GameOptions;)V
  • Method Details

    • init

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

      protected void buttonClicked(ButtonWidget button)
      Overrides:
      buttonClicked in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Laxu;a(Lavs;)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
    • render

      public void render(int mouseX, int mouseY, float tickDelta)
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Laxu;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
    • getVolume

      protected String getVolume(SoundCategory soundCategory)
      Mappings:
      Namespace Name Mixin selector
      official a Laxz;a(Lbpg;)Ljava/lang/String;
      intermediary method_6757 Lnet/minecraft/class_1815;method_6757(Lnet/minecraft/class_2153;)Ljava/lang/String;
      named getVolume Lnet/minecraft/client/gui/screen/SoundsScreen;getVolume(Lnet/minecraft/client/sound/SoundCategory;)Ljava/lang/String;