Class HorseScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement, ScreenHandlerProvider<HorseScreenHandler>

@Environment(CLIENT) public class HorseScreen extends HandledScreen<HorseScreenHandler>
Mappings:
Namespace Name
official fag
intermediary net/minecraft/class_491
named net/minecraft/client/gui/screen/ingame/HorseScreen
  • Field Details

    • CHEST_SLOTS_TEXTURE

      private static final Identifier CHEST_SLOTS_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official x Lfag;x:Laew;
      intermediary field_45473 Lnet/minecraft/class_491;field_45473:Lnet/minecraft/class_2960;
      named CHEST_SLOTS_TEXTURE Lnet/minecraft/client/gui/screen/ingame/HorseScreen;CHEST_SLOTS_TEXTURE:Lnet/minecraft/util/Identifier;
    • SADDLE_SLOT_TEXTURE

      private static final Identifier SADDLE_SLOT_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official y Lfag;y:Laew;
      intermediary field_45474 Lnet/minecraft/class_491;field_45474:Lnet/minecraft/class_2960;
      named SADDLE_SLOT_TEXTURE Lnet/minecraft/client/gui/screen/ingame/HorseScreen;SADDLE_SLOT_TEXTURE:Lnet/minecraft/util/Identifier;
    • LLAMA_ARMOR_SLOT_TEXTURE

      private static final Identifier LLAMA_ARMOR_SLOT_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official z Lfag;z:Laew;
      intermediary field_45475 Lnet/minecraft/class_491;field_45475:Lnet/minecraft/class_2960;
      named LLAMA_ARMOR_SLOT_TEXTURE Lnet/minecraft/client/gui/screen/ingame/HorseScreen;LLAMA_ARMOR_SLOT_TEXTURE:Lnet/minecraft/util/Identifier;
    • ARMOR_SLOT_TEXTURE

      private static final Identifier ARMOR_SLOT_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official A Lfag;A:Laew;
      intermediary field_45472 Lnet/minecraft/class_491;field_45472:Lnet/minecraft/class_2960;
      named ARMOR_SLOT_TEXTURE Lnet/minecraft/client/gui/screen/ingame/HorseScreen;ARMOR_SLOT_TEXTURE:Lnet/minecraft/util/Identifier;
    • TEXTURE

      private static final Identifier TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official B Lfag;B:Laew;
      intermediary field_2937 Lnet/minecraft/class_491;field_2937:Lnet/minecraft/class_2960;
      named TEXTURE Lnet/minecraft/client/gui/screen/ingame/HorseScreen;TEXTURE:Lnet/minecraft/util/Identifier;
    • entity

      private final AbstractHorseEntity entity
      Mappings:
      Namespace Name Mixin selector
      official C Lfag;C:Lbwq;
      intermediary field_2941 Lnet/minecraft/class_491;field_2941:Lnet/minecraft/class_1496;
      named entity Lnet/minecraft/client/gui/screen/ingame/HorseScreen;entity:Lnet/minecraft/entity/passive/AbstractHorseEntity;
    • mouseX

      private float mouseX
      Mappings:
      Namespace Name Mixin selector
      official D Lfag;D:F
      intermediary field_2939 Lnet/minecraft/class_491;field_2939:F
      named mouseX Lnet/minecraft/client/gui/screen/ingame/HorseScreen;mouseX:F
    • mouseY

      private float mouseY
      Mappings:
      Namespace Name Mixin selector
      official E Lfag;E:F
      intermediary field_2938 Lnet/minecraft/class_491;field_2938:F
      named mouseY Lnet/minecraft/client/gui/screen/ingame/HorseScreen;mouseY:F
  • Constructor Details

    • HorseScreen

      public HorseScreen(HorseScreenHandler handler, PlayerInventory inventory, AbstractHorseEntity entity)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfag;<init>(Lcfj;Lcbt;Lbwq;)V
      intermediary <init> Lnet/minecraft/class_491;<init>(Lnet/minecraft/class_1724;Lnet/minecraft/class_1661;Lnet/minecraft/class_1496;)V
      named <init> Lnet/minecraft/client/gui/screen/ingame/HorseScreen;<init>(Lnet/minecraft/screen/HorseScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/entity/passive/AbstractHorseEntity;)V
  • Method Details

    • drawBackground

      protected void drawBackground(DrawContext context, float delta, int mouseX, int mouseY)
      Specified by:
      drawBackground in class HandledScreen<HorseScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official a Lezi;a(Lesf;FII)V
      intermediary method_2389 Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_332;FII)V
      named drawBackground Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/gui/DrawContext;FII)V
    • render

      public void render(DrawContext context, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class HandledScreen<HorseScreenHandler>
      Mappings:
      Namespace Name Mixin selector
      official a Lets;a(Lesf;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V