Class Talkable

All Implemented Interfaces:
Drawable, Interactable

public class Talkable extends Character implements Interactable
A Character we can talk to.
  • Constructor Details

    • Talkable

      public Talkable(Fenster window)
  • Method Details

    • interact

      public void interact()
      Description copied from interface: Interactable

      This is the implementation of interact we use to interact with all entities

      Specified by:
      interact in interface Interactable
    • draw

      public void draw()
      Specified by:
      draw in interface Drawable
      Overrides:
      draw in class Character