PocketMine-MP 5.25.1 git-694aa17cc916a954b10fe12721c81b1dc73eecd5
Loading...
Searching...
No Matches
pocketmine\nbt\NbtStreamReader Interface Reference
+ Inheritance diagram for pocketmine\nbt\NbtStreamReader:
+ Collaboration diagram for pocketmine\nbt\NbtStreamReader:

Public Member Functions

 readByte ()
 
 readByteArray ()
 
 readDouble ()
 
 readFloat ()
 
 readInt ()
 
 readIntArray ()
 
 readLong ()
 
 readShort ()
 
 readSignedByte ()
 
 readSignedShort ()
 
 readString ()
 

Detailed Description

Definition at line 31 of file NbtStreamReader.php.

Member Function Documentation

◆ readByte()

pocketmine\nbt\NbtStreamReader::readByte ( )
Exceptions
BinaryDataException

Implemented in pocketmine\nbt\BaseNbtSerializer.

◆ readByteArray()

pocketmine\nbt\NbtStreamReader::readByteArray ( )
Exceptions
BinaryDataException

Implemented in pocketmine\nbt\BaseNbtSerializer.

◆ readDouble()

pocketmine\nbt\NbtStreamReader::readDouble ( )

◆ readFloat()

pocketmine\nbt\NbtStreamReader::readFloat ( )

◆ readInt()

pocketmine\nbt\NbtStreamReader::readInt ( )

◆ readIntArray()

pocketmine\nbt\NbtStreamReader::readIntArray ( )
Returns
int[] @phpstan-return list<int>
Exceptions
BinaryDataException

Implemented in pocketmine\nbt\BigEndianNbtSerializer, pocketmine\nbt\LittleEndianNbtSerializer, and pocketmine\network\mcpe\protocol\serializer\NetworkNbtSerializer.

◆ readLong()

pocketmine\nbt\NbtStreamReader::readLong ( )

◆ readShort()

pocketmine\nbt\NbtStreamReader::readShort ( )

◆ readSignedByte()

pocketmine\nbt\NbtStreamReader::readSignedByte ( )
Exceptions
BinaryDataException

Implemented in pocketmine\nbt\BaseNbtSerializer.

◆ readSignedShort()

pocketmine\nbt\NbtStreamReader::readSignedShort ( )

◆ readString()

pocketmine\nbt\NbtStreamReader::readString ( )

The documentation for this interface was generated from the following file: