Definition at line 20 of file MoveActorDeltaPacket.php.
◆ __get()
pocketmine\network\mcpe\protocol\DataPacket::__get |
( |
|
$name | ) |
|
|
inherited |
◆ __set()
pocketmine\network\mcpe\protocol\DataPacket::__set |
( |
|
$name, |
|
|
|
$value |
|
) |
| |
|
inherited |
◆ canBeSentBeforeLogin()
pocketmine\network\mcpe\protocol\DataPacket::canBeSentBeforeLogin |
( |
| ) |
|
|
inherited |
◆ decode()
◆ decodeHeader()
pocketmine\network\mcpe\protocol\DataPacket::decodeHeader |
( |
PacketSerializer |
$in | ) |
|
|
protectedinherited |
◆ decodePayload()
pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::decodePayload |
( |
PacketSerializer |
$in | ) |
|
|
protected |
◆ encode()
◆ encodeHeader()
pocketmine\network\mcpe\protocol\DataPacket::encodeHeader |
( |
PacketSerializer |
$out | ) |
|
|
protectedinherited |
◆ encodePayload()
pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::encodePayload |
( |
PacketSerializer |
$out | ) |
|
|
protected |
◆ getName()
pocketmine\network\mcpe\protocol\DataPacket::getName |
( |
| ) |
|
|
inherited |
◆ handle()
Performs handling for this packet. Usually you'll want an appropriately named method in the session handler for this.
This method returns a bool to indicate whether the packet was handled or not. If the packet was unhandled, a debug message will be logged with a hexdump of the packet.
Typically this method returns the return value of the handler in the supplied PacketHandler. See other packets for examples how to implement this.
- Returns
- bool true if the packet was handled successfully, false if not.
- Exceptions
-
Implements pocketmine\network\mcpe\protocol\Packet.
Definition at line 96 of file MoveActorDeltaPacket.php.
◆ pid()
pocketmine\network\mcpe\protocol\DataPacket::pid |
( |
| ) |
|
|
inherited |
◆ $actorRuntimeId
int pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::$actorRuntimeId |
◆ $flags
int pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::$flags |
◆ $headYaw
float pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::$headYaw = 0.0 |
◆ $pitch
float pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::$pitch = 0.0 |
◆ $recipientSubId
int pocketmine\network\mcpe\protocol\DataPacket::$recipientSubId = 0 |
|
inherited |
◆ $senderSubId
int pocketmine\network\mcpe\protocol\DataPacket::$senderSubId = 0 |
|
inherited |
◆ $xPos
float pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::$xPos = 0 |
◆ $yaw
float pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::$yaw = 0.0 |
◆ $yPos
float pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::$yPos = 0 |
◆ $zPos
float pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::$zPos = 0 |
◆ FLAG_FORCE_MOVE_LOCAL_ENTITY
const pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::FLAG_FORCE_MOVE_LOCAL_ENTITY = 0x100 |
◆ FLAG_GROUND
const pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::FLAG_GROUND = 0x40 |
◆ FLAG_HAS_HEAD_YAW
const pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::FLAG_HAS_HEAD_YAW = 0x20 |
◆ FLAG_HAS_PITCH
const pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::FLAG_HAS_PITCH = 0x08 |
◆ FLAG_HAS_X
const pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::FLAG_HAS_X = 0x01 |
◆ FLAG_HAS_Y
const pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::FLAG_HAS_Y = 0x02 |
◆ FLAG_HAS_YAW
const pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::FLAG_HAS_YAW = 0x10 |
◆ FLAG_HAS_Z
const pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::FLAG_HAS_Z = 0x04 |
◆ FLAG_TELEPORT
const pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::FLAG_TELEPORT = 0x80 |
◆ NETWORK_ID
const pocketmine\network\mcpe\protocol\MoveActorDeltaPacket::NETWORK_ID = ProtocolInfo::MOVE_ACTOR_DELTA_PACKET |
◆ PID_MASK
const pocketmine\network\mcpe\protocol\DataPacket::PID_MASK = 0x3ff |
|
inherited |
The documentation for this class was generated from the following file: