Package model.entity


package model.entity
All entities in the game: the 4 Player subclasses and Goblin.
  • Class
    Description
    Alien — a magic-oriented character with very low HP and defense, but attacks bypass defense.
    Archer — the highest-attack character, but with relatively low HP and defense.
    Enum of selectable characters that also acts as a factory for the correct Player subclass.
    Base class for all entities in the game.
    In-game enemy controlled by AI.
    Knight — the most durable character with high HP and defense.
    Base class for all 4 player characters (Knight, Archer, Reborn, Alien).
    Reborn — a support character with moderate HP and defense but the lowest attack.