mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-14 17:59:41 +00:00
Merge commit '8202bb1cd'
# Conflicts: # resources/vanilla
This commit is contained in:
commit
d2ee2d42f9
@ -33,6 +33,7 @@ class MoveActorAbsolutePacket extends DataPacket implements ClientboundPacket, S
|
|||||||
|
|
||||||
public const FLAG_GROUND = 0x01;
|
public const FLAG_GROUND = 0x01;
|
||||||
public const FLAG_TELEPORT = 0x02;
|
public const FLAG_TELEPORT = 0x02;
|
||||||
|
public const FLAG_FORCE_MOVE_LOCAL_ENTITY = 0x04;
|
||||||
|
|
||||||
/** @var int */
|
/** @var int */
|
||||||
public $entityRuntimeId;
|
public $entityRuntimeId;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user