Class RaidCreature

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

public class RaidCreature extends Creature
A Raid creature is a creature that doesn't make players killed by it to lose any XP, ATK or DEF.
Author:
miguel
  • Constructor Details

    • RaidCreature

      public RaidCreature(Creature copy)
      RaidCreature.
      Parameters:
      copy - creature to wrap
  • Method Details

    • getNewInstance

      public Creature getNewInstance()
      Description copied from class: Creature
      creates a new instance, using this creature as template
      Overrides:
      getNewInstance in class Creature
      Returns:
      a new creature
    • makeCorpse

      protected Corpse makeCorpse(String killer)
      Description copied from class: RPEntity
      Make a corpse belonging to this entity
      Overrides:
      makeCorpse in class RPEntity
      Parameters:
      killer - Name of the killer
      Returns:
      The corpse of a dead RPEntity