Class Character

java.lang.Object
Character
All Implemented Interfaces:
Drawable
Direct Known Subclasses:
Fightable, Talkable

public class Character extends Object implements Drawable
Class from which we define all other Entities which are seen in the game.
  • Constructor Details

    • Character

      public Character(Fenster window)
  • Method Details

    • draw

      public void draw()
      Specified by:
      draw in interface Drawable