PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\types\command\CommandOriginData Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\command\CommandOriginData:

Public Attributes

int $playerActorUniqueId
 
string $requestId
 
string $type
 
UuidInterface $uuid
 
const ORIGIN_AUTOMATION_PLAYER = "automationplayer"
 
const ORIGIN_BLOCK = "commandblock"
 
const ORIGIN_CLIENT_AUTOMATION = "clientautomation"
 
const ORIGIN_DEDICATED_SERVER = "dedicatedserver"
 
const ORIGIN_DEV_CONSOLE = "devconsole"
 
const ORIGIN_ENTITY = "entity"
 
const ORIGIN_ENTITY_SERVER = "entityserver"
 
const ORIGIN_EXECUTE_CONTEXT = "executecontext"
 
const ORIGIN_GAME_ARGUMENT = "gameargument"
 
const ORIGIN_GAME_DIRECTOR_ENTITY_SERVER = "gamedirectorentityserver"
 
const ORIGIN_MINECART_BLOCK = "minecartcommandblock"
 
const ORIGIN_PLAYER = "player"
 
const ORIGIN_PRECOMPILED = "precompiled"
 
const ORIGIN_SCRIPTING = "scripting"
 
const ORIGIN_TEST = "test"
 
const ORIGIN_VIRTUAL = "virtual"
 

Detailed Description

Definition at line 19 of file CommandOriginData.php.

Member Data Documentation

◆ $playerActorUniqueId

int pocketmine\network\mcpe\protocol\types\command\CommandOriginData::$playerActorUniqueId

Definition at line 40 of file CommandOriginData.php.

◆ $requestId

string pocketmine\network\mcpe\protocol\types\command\CommandOriginData::$requestId

Definition at line 39 of file CommandOriginData.php.

◆ $type

string pocketmine\network\mcpe\protocol\types\command\CommandOriginData::$type

Definition at line 37 of file CommandOriginData.php.

◆ $uuid

UuidInterface pocketmine\network\mcpe\protocol\types\command\CommandOriginData::$uuid

Definition at line 38 of file CommandOriginData.php.

◆ ORIGIN_AUTOMATION_PLAYER

const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_AUTOMATION_PLAYER = "automationplayer"

Definition at line 25 of file CommandOriginData.php.

◆ ORIGIN_BLOCK

const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_BLOCK = "commandblock"

Definition at line 21 of file CommandOriginData.php.

◆ ORIGIN_CLIENT_AUTOMATION

const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_CLIENT_AUTOMATION = "clientautomation"

Definition at line 26 of file CommandOriginData.php.

◆ ORIGIN_DEDICATED_SERVER

const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_DEDICATED_SERVER = "dedicatedserver"

Definition at line 27 of file CommandOriginData.php.

◆ ORIGIN_DEV_CONSOLE

const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_DEV_CONSOLE = "devconsole"

Definition at line 23 of file CommandOriginData.php.

◆ ORIGIN_ENTITY

const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_ENTITY = "entity"

Definition at line 28 of file CommandOriginData.php.

◆ ORIGIN_ENTITY_SERVER

const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_ENTITY_SERVER = "entityserver"

Definition at line 31 of file CommandOriginData.php.

◆ ORIGIN_EXECUTE_CONTEXT

const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_EXECUTE_CONTEXT = "executecontext"

Definition at line 35 of file CommandOriginData.php.

◆ ORIGIN_GAME_ARGUMENT

const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_GAME_ARGUMENT = "gameargument"

Definition at line 30 of file CommandOriginData.php.

◆ ORIGIN_GAME_DIRECTOR_ENTITY_SERVER

const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_GAME_DIRECTOR_ENTITY_SERVER = "gamedirectorentityserver"

Definition at line 33 of file CommandOriginData.php.

◆ ORIGIN_MINECART_BLOCK

const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_MINECART_BLOCK = "minecartcommandblock"

Definition at line 22 of file CommandOriginData.php.

◆ ORIGIN_PLAYER

const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_PLAYER = "player"

Definition at line 20 of file CommandOriginData.php.

◆ ORIGIN_PRECOMPILED

const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_PRECOMPILED = "precompiled"

Definition at line 32 of file CommandOriginData.php.

◆ ORIGIN_SCRIPTING

const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_SCRIPTING = "scripting"

Definition at line 34 of file CommandOriginData.php.

◆ ORIGIN_TEST

const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_TEST = "test"

Definition at line 24 of file CommandOriginData.php.

◆ ORIGIN_VIRTUAL

const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_VIRTUAL = "virtual"

Definition at line 29 of file CommandOriginData.php.


The documentation for this class was generated from the following file: