Class DeathEvent

All Implemented Interfaces:
Serializable

public class DeathEvent extends GameEvent<PathingEntity<?>>
See Also:
  • Constructor Details

    • DeathEvent

      public DeathEvent(PathingEntity<?> source)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.