Class PickableSpawnEvent

All Implemented Interfaces:
Serializable

public class PickableSpawnEvent extends GameEvent<Pickable>
See Also:
  • Constructor Details

    • PickableSpawnEvent

      public PickableSpawnEvent(Pickable source)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.