Class PlayerMenu

  • All Implemented Interfaces:
    Tickable

    public class PlayerMenu
    extends java.lang.Object
    implements Tickable
    What shows up when the user presses E in game
    • Constructor Detail

      • PlayerMenu

        public PlayerMenu()
    • Method Detail

      • onTabClicked

        private void onTabClicked​(ClickableArea clickedTab)
        Called when a tab (rather its clickable area) is clicked by the user
        Parameters:
        clickedTab - The tab that was clicked
      • tick

        public void tick()
        Specified by:
        tick in interface Tickable
      • render

        public void render​(org.newdawn.slick.Graphics graphics)