Class HorseScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

@Environment(CLIENT) public class HorseScreen extends HandledScreen
Mappings:
Namespace Name
official biw
intermediary net/minecraft/class_1602
named net/minecraft/client/gui/screen/ingame/HorseScreen
  • Field Details

    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official u Lbiw;u:Lkq;
      intermediary field_6314 Lnet/minecraft/class_1602;field_6314:Lnet/minecraft/class_1653;
      named TEXTURE Lnet/minecraft/client/gui/screen/ingame/HorseScreen;TEXTURE:Lnet/minecraft/util/Identifier;
    • armorInventory

      private final Inventory armorInventory
      Mappings:
      Namespace Name Mixin selector
      official v Lbiw;v:Lrc;
      intermediary field_6315 Lnet/minecraft/class_1602;field_6315:Lnet/minecraft/class_849;
      named armorInventory Lnet/minecraft/client/gui/screen/ingame/HorseScreen;armorInventory:Lnet/minecraft/inventory/Inventory;
    • chestInventory

      private final Inventory chestInventory
      Mappings:
      Namespace Name Mixin selector
      official w Lbiw;w:Lrc;
      intermediary field_6316 Lnet/minecraft/class_1602;field_6316:Lnet/minecraft/class_849;
      named chestInventory Lnet/minecraft/client/gui/screen/ingame/HorseScreen;chestInventory:Lnet/minecraft/inventory/Inventory;
    • field_15252

      private final class_3136 field_15252
      Mappings:
      Namespace Name Mixin selector
      official x Lbiw;x:Lxm;
      intermediary field_15252 Lnet/minecraft/class_1602;field_15252:Lnet/minecraft/class_3136;
      named field_15252 Lnet/minecraft/client/gui/screen/ingame/HorseScreen;field_15252:Lnet/minecraft/class_3136;
    • mouseX

      private float mouseX
      Mappings:
      Namespace Name Mixin selector
      official y Lbiw;y:F
      intermediary field_6318 Lnet/minecraft/class_1602;field_6318:F
      named mouseX Lnet/minecraft/client/gui/screen/ingame/HorseScreen;mouseX:F
    • mouseY

      private float mouseY
      Mappings:
      Namespace Name Mixin selector
      official z Lbiw;z:F
      intermediary field_6319 Lnet/minecraft/class_1602;field_6319:F
      named mouseY Lnet/minecraft/client/gui/screen/ingame/HorseScreen;mouseY:F
  • Constructor Details

  • Method Details

    • drawForeground

      protected void drawForeground(int mouseX, int mouseY)
      Overrides:
      drawForeground in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official b Lbig;b(II)V
      intermediary method_4262 Lnet/minecraft/class_409;method_4262(II)V
      named drawForeground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground(II)V
    • drawBackground

      protected void drawBackground(float delta, int mouseX, int mouseY)
      Specified by:
      drawBackground in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official a Lbig;a(FII)V
      intermediary method_1127 Lnet/minecraft/class_409;method_1127(FII)V
      named drawBackground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(FII)V
    • render

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