Class InventoryScreen

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

public class InventoryScreen extends EffectRenderingInventoryScreen<InventoryMenu> implements RecipeUpdateListener
  • Field Details

    • xMouse

      private float xMouse
      The old x position of the mouse pointer
    • yMouse

      private float yMouse
      The old y position of the mouse pointer
    • recipeBookComponent

      private final RecipeBookComponent recipeBookComponent
    • widthTooNarrow

      private boolean widthTooNarrow
    • buttonClicked

      private boolean buttonClicked
  • Constructor Details

    • InventoryScreen

      public InventoryScreen(Player pPlayer)
  • Method Details