Package com.csse3200.game.components.player


package com.csse3200.game.components.player
  • Class
    Description
    This component is used to create action feedback alerts based on Entity events.
    A custom UIComponent used which displays text within a yellow border for alerts.
    This class listens to events relevant to the Death Screen and does something when one of the events is triggered.
    The UI component responsible for rendering and managing the death screen interface.
    An interface which defines the ability to change the alpha of a render.
     
    A component intended to be used by the player to track their inventory.
    Represents the display component for the player's inventory in the game.
    d Input handler for the player for keyboard and touch (mouse) input.
    Action component for interacting with the player.
    This class listens to events relevant to a player's state and plays the animation when one of the events is triggered.
    An ui component for displaying player stats, e.g.
    Input handler for the player for keyboard and touch (mouse) input.
    Class to implement weapon functionality in the player, Acts as the central component for weapons being to respond to an enemy attack use an attack factory to generate a weapon entity