mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-04 09:10:00 +00:00
turn EventPriority into final class instead of abstract class
This commit is contained in:
parent
b2cd13daac
commit
4b0b923ca0
@ -35,7 +35,12 @@ use function strtoupper;
|
|||||||
*
|
*
|
||||||
* MONITOR events should not change the event outcome or contents
|
* MONITOR events should not change the event outcome or contents
|
||||||
*/
|
*/
|
||||||
abstract class EventPriority{
|
final class EventPriority{
|
||||||
|
|
||||||
|
private function __construct(){
|
||||||
|
//NOOP
|
||||||
|
}
|
||||||
|
|
||||||
public const ALL = [
|
public const ALL = [
|
||||||
self::LOWEST,
|
self::LOWEST,
|
||||||
self::LOW,
|
self::LOW,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user