Class RatKidsNPCBase

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

public abstract class RatKidsNPCBase extends SpeakerNPC
Base class for rat kid NPCs.
Author:
Norien
  • Constructor Details

    • RatKidsNPCBase

      public RatKidsNPCBase(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