-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
- Add functions to pack types to string without creating a
ByteBufferWriter
and vice versa. These would probably look likeLE::packUnsignedInt(int $value) : string
andLE::unpackUnsignedInt(string $bytes) : int
- Add an equivalent to
BinaryStream->feof()
toByteBufferReader
- Add an equivalent to
BinaryStream->getRemaining()
toByteBufferReader
- Equivalents for
Binary::sign*()
andBinary::unsign*()
(mostly needed for NBT) - Equivalents for
Binary::flip*Endianness()
(mostly needed for color code weirdness in BedrockProtocol)
kostamax27kostamax27kostamax27
Metadata
Metadata
Assignees
Labels
No labels