$can_fly | Phpcraft\ClientConnection | |
$chunk_queue | Phpcraft\ClientConnection | |
$chunk_x | Phpcraft\ClientConnection | |
$chunk_z | Phpcraft\ClientConnection | |
$chunks | Phpcraft\ClientConnection | |
$compression_threshold | Phpcraft\Connection | |
$config | Phpcraft\ClientConnection | |
$convert_packets | Phpcraft\ClientConnection | |
$disconnect_after | Phpcraft\ClientConnection | |
$downstream | Phpcraft\ClientConnection | |
$downstream_eid | Phpcraft\ClientConnection | |
$eid | Phpcraft\ClientConnection | |
$entityMetadata | Phpcraft\ClientConnection | |
$fly_speed | Phpcraft\ClientConnection | |
$flying | Phpcraft\ClientConnection | |
$gamemode | Phpcraft\ClientConnection | |
$hostname | Phpcraft\ClientConnection | |
$hostport | Phpcraft\ClientConnection | |
$instant_breaking | Phpcraft\ClientConnection | |
$invulnerable | Phpcraft\ClientConnection | |
$join_specs | Phpcraft\ClientConnection | |
$leniency | Phpcraft\Connection | |
$lenient | Phpcraft\Connection | |
$next_heartbeat | Phpcraft\ClientConnection | |
$on_ground | Phpcraft\ClientConnection | |
$pitch | Phpcraft\ClientConnection | |
$pos | Phpcraft\ClientConnection | |
$pow2 | Phpcraft\Connection | static |
$protocol_version | Phpcraft\Connection | |
$read_buffer | Phpcraft\Connection | |
$read_buffer_offset | Phpcraft\Connection | |
$render_distance | Phpcraft\ClientConnection | |
$state | Phpcraft\Connection | |
$stream | Phpcraft\Connection | |
$tp_confirm_deadline | Phpcraft\ClientConnection | |
$tpidCounter | Phpcraft\ClientConnection | |
$username | Phpcraft\ClientConnection | |
$uuid | Phpcraft\ClientConnection | |
$walk_speed | Phpcraft\ClientConnection | |
$world | Phpcraft\ClientConnection | |
$write_buffer | Phpcraft\Connection | |
$yaw | Phpcraft\ClientConnection | |
$zero | Phpcraft\Connection | static |
__construct($stream, ?Server &$server=null) | Phpcraft\ClientConnection | |
Phpcraft::Connection::__construct(int $protocol_version=-1, $stream=null) | Phpcraft\Connection | |
close() | Phpcraft\Connection | |
disconnect($reason=null) | Phpcraft\ClientConnection | |
finishLogin(UUID $uuid, Counter $eidCounter, int $compression_threshold=256) | Phpcraft\ClientConnection | |
generateChunkQueue() | Phpcraft\ClientConnection | |
getChunk() | Phpcraft\ClientConnection | |
getEyePosition() | Phpcraft\ClientConnection | |
getHost() | Phpcraft\ClientConnection | |
getName() | Phpcraft\ClientConnection | |
getPosition() | Phpcraft\ClientConnection | |
getRemainingData() | Phpcraft\Connection | |
getRemoteAddress() | Phpcraft\Connection | |
getServer() | Phpcraft\ClientConnection | |
getUnitVector() | Phpcraft\ClientConnection | |
getWorld() | Phpcraft\ClientConnection | |
handleEncryptionResponse($private_key, callable $callback) | Phpcraft\ClientConnection | |
handleInitialPacket() | Phpcraft\ClientConnection | |
hasPermission(string $permission) | Phpcraft\ClientConnection | |
hasPosition() | Phpcraft\ClientConnection | |
hasRemainingData() | Phpcraft\Connection | |
hasServer() | Phpcraft\ClientConnection | |
ignoreBytes(int $bytes) | Phpcraft\Connection | |
isOpen() | Phpcraft\Connection | |
LENIENCY_LENIENT | Phpcraft\Connection | |
LENIENCY_STRICT | Phpcraft\Connection | |
LENIENCY_VANILLA | Phpcraft\Connection | |
readAngle() | Phpcraft\Connection | |
readBoolean() | Phpcraft\Connection | |
readByte() | Phpcraft\Connection | |
readChat() | Phpcraft\Connection | |
readDouble() | Phpcraft\Connection | |
readFixedPointPosition() | Phpcraft\Connection | |
readFloat() | Phpcraft\Connection | |
readGMP(int $bytes, int $bits, bool $signed, int $gmp_import_options=GMP_MSW_FIRST|GMP_BIG_ENDIAN) | Phpcraft\Connection | |
readInt() | Phpcraft\Connection | |
readLong() | Phpcraft\Connection | |
readNBT(int $type=0) | Phpcraft\Connection | |
readPacket(float $timeout=3.000) | Phpcraft\Connection | |
readPosition() | Phpcraft\Connection | |
readPrecisePosition() | Phpcraft\Connection | |
readRaw(int $bytes) | Phpcraft\Connection | |
readRawPacket(float $timeout=3.000, int $bytes=0) | Phpcraft\Connection | |
readShort() | Phpcraft\Connection | |
readSlot(bool $additional_processing=true) | Phpcraft\Connection | |
readString(int $maxLength=32767, int $minLength=-1) | Phpcraft\Connection | |
readUnsignedByte() | Phpcraft\Connection | |
readUnsignedShort() | Phpcraft\Connection | |
readUUID() | Phpcraft\Connection | |
readVarInt() | Phpcraft\Connection | |
rotate(int $yaw, int $pitch) | Phpcraft\ClientConnection | |
send(bool $raw=false) | Phpcraft\Connection | |
sendAbilities() | Phpcraft\ClientConnection | |
sendAdminBroadcast($message, string $permission="everything") | Phpcraft\ClientConnection | |
sendEncryptionRequest($private_key) | Phpcraft\ClientConnection | |
sendMessage($message, int $position=ChatPosition::SYSTEM) | Phpcraft\ClientConnection | |
Phpcraft::Command::ServerCommandSender::sendMessage($message) | Phpcraft\Command\CommandSender | |
setAbilitiesFromGamemode(int $gamemode) | Phpcraft\ClientConnection | |
setGamemode(int $gamemode, bool $abilities=true) | Phpcraft\ClientConnection | |
setReadBuffer(string $buffer) | Phpcraft\Connection | |
startPacket($packet) | Phpcraft\ClientConnection | |
STATE_HANDSHAKE | Phpcraft\Connection | |
STATE_LOGIN | Phpcraft\Connection | |
STATE_PLAY | Phpcraft\Connection | |
STATE_STATUS | Phpcraft\Connection | |
teleport(Point3D $pos, ?float $yaw=null, ?float $pitch=null, int $deadline=3) | Phpcraft\ClientConnection | |
unloadChunks() | Phpcraft\ClientConnection | |
varInt($value) | Phpcraft\Connection | static |
writeAngle(float $value) | Phpcraft\Connection | |
writeBoolean(bool $value) | Phpcraft\Connection | |
writeByte(int $value) | Phpcraft\Connection | |
writeChat(ChatComponent $value) | Phpcraft\Connection | |
writeDouble(float $value) | Phpcraft\Connection | |
writeFixedPointPosition(Point3D $pos) | Phpcraft\Connection | |
writeFloat(float $value) | Phpcraft\Connection | |
writeGMP($value, int $bytes, int $bits, bool $signed, int $gmp_export_options=GMP_MSW_FIRST|GMP_BIG_ENDIAN) | Phpcraft\Connection | |
writeInt($value) | Phpcraft\Connection | |
writeLong($value) | Phpcraft\Connection | |
writePosition(Point3D $pos) | Phpcraft\Connection | |
writePrecisePosition(Point3D $pos) | Phpcraft\Connection | |
writeRaw(string $value) | Phpcraft\Connection | |
writeShort($value) | Phpcraft\Connection | |
writeSlot(Slot $slot) | Phpcraft\Connection | |
writeString(string $value) | Phpcraft\Connection | |
writeUnsignedByte(int $value) | Phpcraft\Connection | |
writeUnsignedShort($value) | Phpcraft\Connection | |
writeUUID(UUID $uuid) | Phpcraft\Connection | |
writeVarInt($value) | Phpcraft\Connection | |