Class SkinOptionsScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

@Environment(CLIENT) public class SkinOptionsScreen extends Screen
Mappings:
Namespace Name
official bxj
intermediary net/minecraft/class_2318
named net/minecraft/client/gui/screen/options/SkinOptionsScreen
  • Field Details

    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official a Lbxj;a:Lbxf;
      intermediary field_10464 Lnet/minecraft/class_2318;field_10464:Lnet/minecraft/class_388;
      named parent Lnet/minecraft/client/gui/screen/options/SkinOptionsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • title

      private String title
      Mappings:
      Namespace Name Mixin selector
      official f Lbxj;f:Ljava/lang/String;
      intermediary field_10465 Lnet/minecraft/class_2318;field_10465:Ljava/lang/String;
      named title Lnet/minecraft/client/gui/screen/options/SkinOptionsScreen;title:Ljava/lang/String;
  • Constructor Details

    • SkinOptionsScreen

      public SkinOptionsScreen(Screen parent)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbxj;<init>(Lbxf;)V
      intermediary <init> Lnet/minecraft/class_2318;<init>(Lnet/minecraft/class_388;)V
      named <init> Lnet/minecraft/client/gui/screen/options/SkinOptionsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
  • Method Details

    • init

      public void init()
      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Lbxf;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 Lbxf;a(Lbug;)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 Lbxf;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
    • getPlayerModelPartDisplayString

      private String getPlayerModelPartDisplayString(PlayerModelPart part)
      Mappings:
      Namespace Name Mixin selector
      official a Lbxj;a(Lahh;)Ljava/lang/String;
      intermediary method_9591 Lnet/minecraft/class_2318;method_9591(Lnet/minecraft/class_2670;)Ljava/lang/String;
      named getPlayerModelPartDisplayString Lnet/minecraft/client/gui/screen/options/SkinOptionsScreen;getPlayerModelPartDisplayString(Lnet/minecraft/client/render/entity/PlayerModelPart;)Ljava/lang/String;