PocketMine-MP 5.31.1 git-a1d74b57109a7c91ffab73718182f3b1e530fae3
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\types\PlayerAction Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\PlayerAction:

Public Attributes

const ABORT_BREAK = 1
 
const BUILD_DENIED = 17
 
const CHANGE_SKIN = 19
 
const CONTINUE_DESTROY_BLOCK = 27
 
const CRACK_BLOCK = 18
 
const CRACK_BREAK = 18
 
const CREATIVE_PLAYER_DESTROY_BLOCK = 13
 
const DIMENSION_CHANGE_ACK = 14
 
const DROP_ITEM = 4
 
const GET_UPDATED_BLOCK = 3
 
const HANDLED_TELEPORT = 30
 
const INTERACT_BLOCK = 25
 
const JUMP = 8
 
const MISSED_SWING = 31
 
const PREDICT_DESTROY_BLOCK = 26
 
const RESPAWN = 7
 
const SET_ENCHANTMENT_SEED = 20
 
const START_BREAK = 0
 
const START_CRAWLING = 32
 
const START_FLYING = 34
 
const START_GLIDE = 15
 
const START_ITEM_USE_ON = 28
 
const START_SLEEPING = 5
 
const START_SNEAK = 11
 
const START_SPIN_ATTACK = 23
 
const START_SPRINT = 9
 
const START_SWIMMING = 21
 
const START_USING_ITEM = 37
 
const STOP_BREAK = 2
 
const STOP_CRAWLING = 33
 
const STOP_FLYING = 35
 
const STOP_GLIDE = 16
 
const STOP_ITEM_USE_ON = 29
 
const STOP_SLEEPING = 6
 
const STOP_SNEAK = 12
 
const STOP_SPIN_ATTACK = 24
 
const STOP_SPRINT = 10
 
const STOP_SWIMMING = 22
 

Detailed Description

Definition at line 17 of file PlayerAction.php.

Member Data Documentation

◆ ABORT_BREAK

const pocketmine\network\mcpe\protocol\types\PlayerAction::ABORT_BREAK = 1

Definition at line 23 of file PlayerAction.php.

◆ BUILD_DENIED

const pocketmine\network\mcpe\protocol\types\PlayerAction::BUILD_DENIED = 17

Definition at line 39 of file PlayerAction.php.

◆ CHANGE_SKIN

const pocketmine\network\mcpe\protocol\types\PlayerAction::CHANGE_SKIN = 19

Definition at line 41 of file PlayerAction.php.

◆ CONTINUE_DESTROY_BLOCK

const pocketmine\network\mcpe\protocol\types\PlayerAction::CONTINUE_DESTROY_BLOCK = 27

Definition at line 49 of file PlayerAction.php.

◆ CRACK_BLOCK

const pocketmine\network\mcpe\protocol\types\PlayerAction::CRACK_BLOCK = 18

Definition at line 40 of file PlayerAction.php.

◆ CRACK_BREAK

const pocketmine\network\mcpe\protocol\types\PlayerAction::CRACK_BREAK = 18

Definition at line 62 of file PlayerAction.php.

◆ CREATIVE_PLAYER_DESTROY_BLOCK

const pocketmine\network\mcpe\protocol\types\PlayerAction::CREATIVE_PLAYER_DESTROY_BLOCK = 13

Definition at line 35 of file PlayerAction.php.

◆ DIMENSION_CHANGE_ACK

const pocketmine\network\mcpe\protocol\types\PlayerAction::DIMENSION_CHANGE_ACK = 14

Definition at line 36 of file PlayerAction.php.

◆ DROP_ITEM

const pocketmine\network\mcpe\protocol\types\PlayerAction::DROP_ITEM = 4

Definition at line 26 of file PlayerAction.php.

◆ GET_UPDATED_BLOCK

const pocketmine\network\mcpe\protocol\types\PlayerAction::GET_UPDATED_BLOCK = 3

Definition at line 25 of file PlayerAction.php.

◆ HANDLED_TELEPORT

const pocketmine\network\mcpe\protocol\types\PlayerAction::HANDLED_TELEPORT = 30

Definition at line 52 of file PlayerAction.php.

◆ INTERACT_BLOCK

const pocketmine\network\mcpe\protocol\types\PlayerAction::INTERACT_BLOCK = 25

Definition at line 47 of file PlayerAction.php.

◆ JUMP

const pocketmine\network\mcpe\protocol\types\PlayerAction::JUMP = 8

Definition at line 30 of file PlayerAction.php.

◆ MISSED_SWING

const pocketmine\network\mcpe\protocol\types\PlayerAction::MISSED_SWING = 31

Definition at line 53 of file PlayerAction.php.

◆ PREDICT_DESTROY_BLOCK

const pocketmine\network\mcpe\protocol\types\PlayerAction::PREDICT_DESTROY_BLOCK = 26

Definition at line 48 of file PlayerAction.php.

◆ RESPAWN

const pocketmine\network\mcpe\protocol\types\PlayerAction::RESPAWN = 7

Definition at line 29 of file PlayerAction.php.

◆ SET_ENCHANTMENT_SEED

const pocketmine\network\mcpe\protocol\types\PlayerAction::SET_ENCHANTMENT_SEED = 20

Definition at line 42 of file PlayerAction.php.

◆ START_BREAK

const pocketmine\network\mcpe\protocol\types\PlayerAction::START_BREAK = 0

Definition at line 22 of file PlayerAction.php.

◆ START_CRAWLING

const pocketmine\network\mcpe\protocol\types\PlayerAction::START_CRAWLING = 32

Definition at line 54 of file PlayerAction.php.

◆ START_FLYING

const pocketmine\network\mcpe\protocol\types\PlayerAction::START_FLYING = 34

Definition at line 56 of file PlayerAction.php.

◆ START_GLIDE

const pocketmine\network\mcpe\protocol\types\PlayerAction::START_GLIDE = 15

Definition at line 37 of file PlayerAction.php.

◆ START_ITEM_USE_ON

const pocketmine\network\mcpe\protocol\types\PlayerAction::START_ITEM_USE_ON = 28

Definition at line 50 of file PlayerAction.php.

◆ START_SLEEPING

const pocketmine\network\mcpe\protocol\types\PlayerAction::START_SLEEPING = 5

Definition at line 27 of file PlayerAction.php.

◆ START_SNEAK

const pocketmine\network\mcpe\protocol\types\PlayerAction::START_SNEAK = 11

Definition at line 33 of file PlayerAction.php.

◆ START_SPIN_ATTACK

const pocketmine\network\mcpe\protocol\types\PlayerAction::START_SPIN_ATTACK = 23

Definition at line 45 of file PlayerAction.php.

◆ START_SPRINT

const pocketmine\network\mcpe\protocol\types\PlayerAction::START_SPRINT = 9

Definition at line 31 of file PlayerAction.php.

◆ START_SWIMMING

const pocketmine\network\mcpe\protocol\types\PlayerAction::START_SWIMMING = 21

Definition at line 43 of file PlayerAction.php.

◆ START_USING_ITEM

const pocketmine\network\mcpe\protocol\types\PlayerAction::START_USING_ITEM = 37

Definition at line 59 of file PlayerAction.php.

◆ STOP_BREAK

const pocketmine\network\mcpe\protocol\types\PlayerAction::STOP_BREAK = 2

Definition at line 24 of file PlayerAction.php.

◆ STOP_CRAWLING

const pocketmine\network\mcpe\protocol\types\PlayerAction::STOP_CRAWLING = 33

Definition at line 55 of file PlayerAction.php.

◆ STOP_FLYING

const pocketmine\network\mcpe\protocol\types\PlayerAction::STOP_FLYING = 35

Definition at line 57 of file PlayerAction.php.

◆ STOP_GLIDE

const pocketmine\network\mcpe\protocol\types\PlayerAction::STOP_GLIDE = 16

Definition at line 38 of file PlayerAction.php.

◆ STOP_ITEM_USE_ON

const pocketmine\network\mcpe\protocol\types\PlayerAction::STOP_ITEM_USE_ON = 29

Definition at line 51 of file PlayerAction.php.

◆ STOP_SLEEPING

const pocketmine\network\mcpe\protocol\types\PlayerAction::STOP_SLEEPING = 6

Definition at line 28 of file PlayerAction.php.

◆ STOP_SNEAK

const pocketmine\network\mcpe\protocol\types\PlayerAction::STOP_SNEAK = 12

Definition at line 34 of file PlayerAction.php.

◆ STOP_SPIN_ATTACK

const pocketmine\network\mcpe\protocol\types\PlayerAction::STOP_SPIN_ATTACK = 24

Definition at line 46 of file PlayerAction.php.

◆ STOP_SPRINT

const pocketmine\network\mcpe\protocol\types\PlayerAction::STOP_SPRINT = 10

Definition at line 32 of file PlayerAction.php.

◆ STOP_SWIMMING

const pocketmine\network\mcpe\protocol\types\PlayerAction::STOP_SWIMMING = 22

Definition at line 44 of file PlayerAction.php.


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