Phpcraft
Public Attributes | List of all members
Phpcraft\Event\Event Class Reference
Inheritance diagram for Phpcraft\Event\Event:
Inheritance graph
[legend]

Public Attributes

const PRIORITY_HIGHEST = 2
 
const PRIORITY_HIGH = 1
 
const PRIORITY_NORMAL = 0
 
const PRIORITY_LOW = -1
 
const PRIORITY_LOWEST = -2
 
 $cancelled = false
 

Member Data Documentation

◆ $cancelled

boolean Phpcraft\Event\Event::$cancelled = false

Wether or not the event was cancelled. Note that, depending on the plugin platform and event, this value might not have an effect.

◆ PRIORITY_HIGH

const Phpcraft\Event\Event::PRIORITY_HIGH = 1

◆ PRIORITY_HIGHEST

const Phpcraft\Event\Event::PRIORITY_HIGHEST = 2

◆ PRIORITY_LOW

const Phpcraft\Event\Event::PRIORITY_LOW = -1

◆ PRIORITY_LOWEST

const Phpcraft\Event\Event::PRIORITY_LOWEST = -2

◆ PRIORITY_NORMAL

const Phpcraft\Event\Event::PRIORITY_NORMAL = 0