public class

CheckpointLeaveEvent

extends CheckpointEvent
implements Interruptable
java.lang.Object
   ↳ net.gtaun.util.event.Event
     ↳ net.gtaun.shoebill.event.checkpoint.CheckpointEvent
       ↳ net.gtaun.shoebill.event.checkpoint.CheckpointLeaveEvent

Class Overview

This event represents the OnPlayerLeaveCheckpoint of Pawn.

Summary

Public Constructors
CheckpointLeaveEvent(Player player)
Public Methods
void interrupt()
Interrupts further execution of this event in Shoebill's responder chain.
void setProcessed()
This method is an alias for the interrupt() method.
[Expand]
Inherited Methods
From class net.gtaun.shoebill.event.checkpoint.CheckpointEvent
From class net.gtaun.util.event.Event
From class java.lang.Object
From interface net.gtaun.util.event.Interruptable

Public Constructors

public CheckpointLeaveEvent (Player player)

Public Methods

public void interrupt ()

Interrupts further execution of this event in Shoebill's responder chain.

public void setProcessed ()

This method is an alias for the interrupt() method.

See Also