Class PathingEntityEffectEvent

java.lang.Object
java.util.EventObject
org.rspeer.event.Event<PathingEntity<?>>
org.rspeer.game.event.GameEvent<PathingEntity<?>>
org.rspeer.game.event.PathingEntityEffectEvent
All Implemented Interfaces:
Serializable

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

    • PathingEntityEffectEvent

      public PathingEntityEffectEvent(PathingEntity<?> source, int id)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.
  • Method Details

    • getId

      public int getId()