Class HorseScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

@Environment(CLIENT) public class HorseScreen extends HandledScreen
Mappings:
Namespace Name
official bgh
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 Lbgh;u:Lkl;
      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 Inventory armorInventory
      Mappings:
      Namespace Name Mixin selector
      official v Lbgh;v:Lqg;
      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 Inventory chestInventory
      Mappings:
      Namespace Name Mixin selector
      official w Lbgh;w:Lqg;
      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;
    • entity

      private HorseBaseEntity entity
      Mappings:
      Namespace Name Mixin selector
      official x Lbgh;x:Lwk;
      intermediary field_6317 Lnet/minecraft/class_1602;field_6317:Lnet/minecraft/class_1712;
      named entity Lnet/minecraft/client/gui/screen/ingame/HorseScreen;entity:Lnet/minecraft/entity/passive/HorseBaseEntity;
    • mouseX

      private float mouseX
      Mappings:
      Namespace Name Mixin selector
      official y Lbgh;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 Lbgh;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

    • HorseScreen

      public HorseScreen(Inventory armor, Inventory chest, HorseBaseEntity entity)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbgh;<init>(Lqg;Lqg;Lwk;)V
      intermediary <init> Lnet/minecraft/class_1602;<init>(Lnet/minecraft/class_849;Lnet/minecraft/class_849;Lnet/minecraft/class_1712;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/HorseScreen;<init>(Lnet/minecraft/inventory/Inventory;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/entity/passive/HorseBaseEntity;)V
  • Method Details

    • drawForeground

      protected void drawForeground(int mouseX, int mouseY)
      Overrides:
      drawForeground in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official b Lbfr;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 Lbfr;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 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