mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-15 18:29:46 +00:00
added some effect ID constants
This commit is contained in:
parent
9d42bc3c0c
commit
087df45a3c
@ -59,6 +59,9 @@ class Effect{
|
|||||||
public const LEVITATION = 24; //TODO
|
public const LEVITATION = 24; //TODO
|
||||||
public const FATAL_POISON = 25;
|
public const FATAL_POISON = 25;
|
||||||
public const CONDUIT_POWER = 26;
|
public const CONDUIT_POWER = 26;
|
||||||
|
public const SLOW_FALLING = 27;
|
||||||
|
public const BAD_OMEN = 28;
|
||||||
|
public const VILLAGE_HERO = 29;
|
||||||
|
|
||||||
/** @var Effect[] */
|
/** @var Effect[] */
|
||||||
protected static $effects = [];
|
protected static $effects = [];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user