Class RaidCreatureCorpse

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

public class RaidCreatureCorpse extends Corpse
A faster rotting corpse for raid use with time limited access to the contents only by the player having been last attacked by it.
  • Constructor Details

    • RaidCreatureCorpse

      public RaidCreatureCorpse(RPEntity victim, String killerName)
      Create a corpse.
      Parameters:
      victim - The killed entity.
      killerName - The killer name.
  • Method Details

    • getDegradationStepTimeout

      protected int getDegradationStepTimeout()
      Description copied from class: Corpse
      The length of a degradation step
      Overrides:
      getDegradationStepTimeout in class Corpse
      Returns:
      in seconds