Phpcraft
|
Static Public Member Functions | |
static | getOffset (int $protocol_version) |
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) |
Additional Inherited Members | |
Public Member Functions inherited from Phpcraft\Entity\Living | |
write (Connection $con) | |
getStringAttributes () | |
Public Member Functions inherited from Phpcraft\Entity\Metadata | |
read (Connection $con) | |
__toString () | |
Public Attributes inherited from Phpcraft\Entity\Living | |
$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 inherited from Phpcraft\Entity\Living | |
read_ (Connection $con, int $index) | |
|
static |
Reimplemented from Phpcraft\Entity\Base.