Class SilentNPC

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

public class SilentNPC extends PassiveNPC
A stripped down SpeakerNPC that does not interact with players
  • Constructor Details

    • SilentNPC

      public SilentNPC()
      Creates a new SilentNPC.
  • Method Details

    • logic

      public void logic()
      Description copied from class: RPEntity
      Perform cycle logic.
      Overrides:
      logic in class NPC