20 public const ORIGIN_PLAYER =
"player";
21 public const ORIGIN_BLOCK =
"commandblock";
22 public const ORIGIN_MINECART_BLOCK =
"minecartcommandblock";
23 public const ORIGIN_DEV_CONSOLE =
"devconsole";
24 public const ORIGIN_TEST =
"test";
25 public const ORIGIN_AUTOMATION_PLAYER =
"automationplayer";
26 public const ORIGIN_CLIENT_AUTOMATION =
"clientautomation";
27 public const ORIGIN_DEDICATED_SERVER =
"dedicatedserver";
28 public const ORIGIN_ENTITY =
"entity";
29 public const ORIGIN_VIRTUAL =
"virtual";
30 public const ORIGIN_GAME_ARGUMENT =
"gameargument";
31 public const ORIGIN_ENTITY_SERVER =
"entityserver";
32 public const ORIGIN_PRECOMPILED =
"precompiled";
33 public const ORIGIN_GAME_DIRECTOR_ENTITY_SERVER =
"gamedirectorentityserver";
34 public const ORIGIN_SCRIPTING =
"scripting";
35 public const ORIGIN_EXECUTE_CONTEXT =
"executecontext";
38 public UuidInterface $uuid;
39 public string $requestId;
40 public int $playerActorUniqueId;