Class HorseScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

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

    • HORSE_TEXTURE

      private static final Identifier HORSE_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official u Lazb;u:Ljy;
      intermediary field_3504 Lnet/minecraft/class_805;field_3504:Lnet/minecraft/class_1605;
      named HORSE_TEXTURE Lnet/minecraft/client/gui/screen/ingame/HorseScreen;HORSE_TEXTURE:Lnet/minecraft/util/Identifier;
    • armorInventory

      private Inventory armorInventory
      Mappings:
      Namespace Name Mixin selector
      official v Lazb;v:Log;
      intermediary field_3505 Lnet/minecraft/class_805;field_3505:Lnet/minecraft/class_1718;
      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 Lazb;w:Log;
      intermediary field_3506 Lnet/minecraft/class_805;field_3506:Lnet/minecraft/class_1718;
      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 Lazb;x:Ltp;
      intermediary field_3507 Lnet/minecraft/class_805;field_3507:Lnet/minecraft/class_1850;
      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 Lazb;y:F
      intermediary field_3508 Lnet/minecraft/class_805;field_3508:F
      named mouseX Lnet/minecraft/client/gui/screen/ingame/HorseScreen;mouseX:F
    • mouseY

      private float mouseY
      Mappings:
      Namespace Name Mixin selector
      official z Lazb;z:F
      intermediary field_3509 Lnet/minecraft/class_805;field_3509: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> Lazb;<init>(Log;Log;Ltp;)V
      intermediary <init> Lnet/minecraft/class_805;<init>(Lnet/minecraft/class_1718;Lnet/minecraft/class_1718;Lnet/minecraft/class_1850;)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 Layl;b(II)V
      intermediary method_2906 Lnet/minecraft/class_781;method_2906(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 Layl;a(FII)V
      intermediary method_2900 Lnet/minecraft/class_781;method_2900(FII)V
      named drawBackground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(FII)V
    • render

      public void render​(int mouseX, int mouseY, float delta)
      Overrides:
      render in class HandledScreen
      Mappings:
      Namespace Name Mixin selector
      official a Laxu;a(IIF)V
      intermediary method_2783 Lnet/minecraft/class_754;method_2783(IIF)V
      named render Lnet/minecraft/client/gui/screen/Screen;render(IIF)V