Class HorseInventoryScreen

All Implemented Interfaces:
ContainerEventHandler, GuiEventListener, Renderable, TabOrderedElement, MenuAccess<HorseInventoryMenu>

public class HorseInventoryScreen extends AbstractContainerScreen<HorseInventoryMenu>
  • Field Details

    • SLOT_SPRITE

      private static final ResourceLocation SLOT_SPRITE
    • CHEST_SLOTS_SPRITE

      private static final ResourceLocation CHEST_SLOTS_SPRITE
    • HORSE_INVENTORY_LOCATION

      private static final ResourceLocation HORSE_INVENTORY_LOCATION
    • horse

      private final AbstractHorse horse
      The EntityHorse whose inventory is currently being accessed.
    • inventoryColumns

      private final int inventoryColumns
    • xMouse

      private float xMouse
      The mouse x-position recorded during the last rendered frame.
    • yMouse

      private float yMouse
      The mouse y-position recorded during the last rendered frame.
  • Constructor Details

  • Method Details