mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 01:09:44 +00:00
EventPacket: Added some new constants (#3132)
This commit is contained in:
parent
2807f14fcd
commit
4e060bc13f
@ -43,6 +43,11 @@ class EventPacket extends DataPacket{
|
|||||||
public const TYPE_PATTERN_REMOVED = 10; //???
|
public const TYPE_PATTERN_REMOVED = 10; //???
|
||||||
public const TYPE_COMMANED_EXECUTED = 11;
|
public const TYPE_COMMANED_EXECUTED = 11;
|
||||||
public const TYPE_FISH_BUCKETED = 12;
|
public const TYPE_FISH_BUCKETED = 12;
|
||||||
|
public const TYPE_MOB_BORN = 13;
|
||||||
|
public const TYPE_PET_DIED = 14;
|
||||||
|
public const TYPE_CAULDRON_BLOCK_USED = 15;
|
||||||
|
public const TYPE_COMPOSTER_BLOCK_USED = 16;
|
||||||
|
public const TYPE_BELL_BLOCK_USED = 17;
|
||||||
|
|
||||||
/** @var int */
|
/** @var int */
|
||||||
public $playerRuntimeId;
|
public $playerRuntimeId;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user