20 public const ORIGIN_PLAYER = 0;
21 public const ORIGIN_BLOCK = 1;
22 public const ORIGIN_MINECART_BLOCK = 2;
23 public const ORIGIN_DEV_CONSOLE = 3;
24 public const ORIGIN_TEST = 4;
25 public const ORIGIN_AUTOMATION_PLAYER = 5;
26 public const ORIGIN_CLIENT_AUTOMATION = 6;
27 public const ORIGIN_DEDICATED_SERVER = 7;
28 public const ORIGIN_ENTITY = 8;
29 public const ORIGIN_VIRTUAL = 9;
30 public const ORIGIN_GAME_ARGUMENT = 10;
31 public const ORIGIN_ENTITY_SERVER = 11;
34 public UuidInterface $uuid;
35 public string $requestId;
36 public int $playerActorUniqueId;