PocketMine-MP 5.23.3 git-4a4572131f27ab967701ceaaf2020cfbe26e375c
|
Public Attributes | |
int | $playerActorUniqueId |
string | $requestId |
int | $type |
UuidInterface | $uuid |
const | ORIGIN_AUTOMATION_PLAYER = 5 |
const | ORIGIN_BLOCK = 1 |
const | ORIGIN_CLIENT_AUTOMATION = 6 |
const | ORIGIN_DEDICATED_SERVER = 7 |
const | ORIGIN_DEV_CONSOLE = 3 |
const | ORIGIN_ENTITY = 8 |
const | ORIGIN_ENTITY_SERVER = 11 |
const | ORIGIN_GAME_ARGUMENT = 10 |
const | ORIGIN_MINECART_BLOCK = 2 |
const | ORIGIN_PLAYER = 0 |
const | ORIGIN_TEST = 4 |
const | ORIGIN_VIRTUAL = 9 |
Definition at line 19 of file CommandOriginData.php.
int pocketmine\network\mcpe\protocol\types\command\CommandOriginData::$playerActorUniqueId |
Definition at line 36 of file CommandOriginData.php.
string pocketmine\network\mcpe\protocol\types\command\CommandOriginData::$requestId |
Definition at line 35 of file CommandOriginData.php.
int pocketmine\network\mcpe\protocol\types\command\CommandOriginData::$type |
Definition at line 33 of file CommandOriginData.php.
UuidInterface pocketmine\network\mcpe\protocol\types\command\CommandOriginData::$uuid |
Definition at line 34 of file CommandOriginData.php.
const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_AUTOMATION_PLAYER = 5 |
Definition at line 25 of file CommandOriginData.php.
const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_BLOCK = 1 |
Definition at line 21 of file CommandOriginData.php.
const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_CLIENT_AUTOMATION = 6 |
Definition at line 26 of file CommandOriginData.php.
const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_DEDICATED_SERVER = 7 |
Definition at line 27 of file CommandOriginData.php.
const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_DEV_CONSOLE = 3 |
Definition at line 23 of file CommandOriginData.php.
const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_ENTITY = 8 |
Definition at line 28 of file CommandOriginData.php.
const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_ENTITY_SERVER = 11 |
Definition at line 31 of file CommandOriginData.php.
const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_GAME_ARGUMENT = 10 |
Definition at line 30 of file CommandOriginData.php.
const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_MINECART_BLOCK = 2 |
Definition at line 22 of file CommandOriginData.php.
const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_PLAYER = 0 |
Definition at line 20 of file CommandOriginData.php.
const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_TEST = 4 |
Definition at line 24 of file CommandOriginData.php.
const pocketmine\network\mcpe\protocol\types\command\CommandOriginData::ORIGIN_VIRTUAL = 9 |
Definition at line 29 of file CommandOriginData.php.