PocketMine-MP 5.24.1 git-39e69276a1bbe86ebd583e834381e5bc73948564
|
Public Attributes | |
const | ATTACK = 1 |
const | COLLECT = 2 |
const | DESTROY = 3 |
const | DETECT_OBSTACLE = 5 |
const | DETECT_REDSTONE = 4 |
const | DROP = 6 |
const | DROP_ALL = 7 |
const | INSPECT = 8 |
const | INSPECT_DATA = 9 |
const | INSPECT_ITEM_COUNT = 10 |
const | INSPECT_ITEM_DETAIL = 11 |
const | INSPECT_ITEM_SPACE = 12 |
const | INTERACT = 13 |
const | MOVE = 14 |
const | PLACE_BLOCK = 15 |
const | TILL = 16 |
const | TRANSFER_ITEM_TO = 17 |
const | TURN = 18 |
Definition at line 17 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::ATTACK = 1 |
Definition at line 23 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::COLLECT = 2 |
Definition at line 24 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::DESTROY = 3 |
Definition at line 25 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::DETECT_OBSTACLE = 5 |
Definition at line 27 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::DETECT_REDSTONE = 4 |
Definition at line 26 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::DROP = 6 |
Definition at line 28 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::DROP_ALL = 7 |
Definition at line 29 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::INSPECT = 8 |
Definition at line 30 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::INSPECT_DATA = 9 |
Definition at line 31 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::INSPECT_ITEM_COUNT = 10 |
Definition at line 32 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::INSPECT_ITEM_DETAIL = 11 |
Definition at line 33 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::INSPECT_ITEM_SPACE = 12 |
Definition at line 34 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::INTERACT = 13 |
Definition at line 35 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::MOVE = 14 |
Definition at line 36 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::PLACE_BLOCK = 15 |
Definition at line 37 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::TILL = 16 |
Definition at line 38 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::TRANSFER_ITEM_TO = 17 |
Definition at line 39 of file AgentActionType.php.
const pocketmine\network\mcpe\protocol\types\AgentActionType::TURN = 18 |
Definition at line 40 of file AgentActionType.php.