|
Phpcraft
|


Public Member Functions | |
| __construct (Server $server, ClientConnection $client, ?float $prev_yaw=null, ?float $prev_pitch=null) | |
Public Member Functions inherited from Phpcraft\Event\ServerClientEvent | |
| __construct (Server $server, ClientConnection $client) | |
Public Member Functions inherited from Phpcraft\Event\ServerEvent | |
| __construct (Server $server) | |
Public Attributes | |
| $prev_yaw | |
| $prev_pitch | |
Public Attributes inherited from Phpcraft\Event\ServerClientEvent | |
| $client | |
Public Attributes inherited from Phpcraft\Event\ServerEvent | |
| $server | |
Public Attributes inherited from Phpcraft\Event\Event | |
| const | PRIORITY_HIGHEST = 2 |
| const | PRIORITY_HIGH = 1 |
| const | PRIORITY_NORMAL = 0 |
| const | PRIORITY_LOW = -1 |
| const | PRIORITY_LOWEST = -2 |
| $cancelled = false | |
Fired when a client rotates. Canceling rotates the client the way they were before this event.
| Phpcraft\Event\ServerRotationEvent::__construct | ( | Server | $server, |
| ClientConnection | $client, | ||
| ?float | $prev_yaw = null, |
||
| ?float | $prev_pitch = null |
||
| ) |
| Server | $server | |
| ClientConnection | $client | |
| float | null | $prev_yaw | |
| float | null | $prev_pitch |
| float null Phpcraft\Event\ServerRotationEvent::$prev_pitch |
The client's pitch before this event.
| float null Phpcraft\Event\ServerRotationEvent::$prev_yaw |
The client's yaw before this event.
1.8.16