Class GhostNPCBase

All Implemented Interfaces:
Killer, Cloneable, Iterable<String>, Serializable

public abstract class GhostNPCBase extends SpeakerNPC
Base class for ghost NPCs.
Author:
Martin Fuchs
  • Constructor Details

    • GhostNPCBase

      public GhostNPCBase(String name)
  • Method Details

    • createPath

      protected abstract void createPath()
      Description copied from class: PassiveNPC
      Create path for the NPC. Sub classes can implement this method.
      Overrides:
      createPath in class PassiveNPC
    • createDialog

      protected void createDialog()
      Overrides:
      createDialog in class SpeakerNPC