|
Phpcraft
|


Public Member Functions | |
| write (Connection $con) | |
| getStringAttributes () | |
Public Member Functions inherited from Phpcraft\Entity\Metadata | |
| read (Connection $con) | |
| __toString () | |
Public Attributes | |
| $health = null | |
Public Attributes inherited from Phpcraft\Entity\Base | |
| $burning = null | |
| $crouching = null | |
| $sprinting = null | |
| $swimming = null | |
| $invisible = null | |
| $glowing = null | |
| $elytraing = null | |
| $custom_name = null | |
| $silent = null | |
Protected Member Functions | |
| read_ (Connection $con, int $index) | |
Additional Inherited Members | |
Static Public Member Functions inherited from Phpcraft\Entity\Metadata | |
| static | writeByte (Connection $con, int $index, int $value) |
| static | writeFloat (Connection $con, int $index, float $value) |
| static | writeOptChat (Connection $con, int $index, ?ChatComponent $value) |
| static | writeString (Connection $con, int $index, string $value) |
| static | writeBoolean (Connection $con, int $index, bool $value) |
| static | writeInt (Connection $con, int $index, $value) |
| static | finish (Connection $con) |
| Phpcraft\Entity\Living::getStringAttributes | ( | ) |
Reimplemented from Phpcraft\Entity\Base.
Reimplemented in Phpcraft\Entity\Guardian, and Phpcraft\Entity\Creeper.
|
protected |
| Connection | $con | |
| int | $index |
| IOException |
Reimplemented from Phpcraft\Entity\Base.
Reimplemented in Phpcraft\Entity\Guardian, and Phpcraft\Entity\Creeper.
| Phpcraft\Entity\Living::write | ( | Connection | $con | ) |
Writes non-null metadata values to the Connection's write buffer.
| Connection | $con |
Reimplemented from Phpcraft\Entity\Base.
Reimplemented in Phpcraft\Entity\Guardian, and Phpcraft\Entity\Creeper.
| float Phpcraft\Entity\Living::$health = null |
1.8.17