PocketMine-MP 5.21.3 git-fcef015f32c0b0709cfd4d6f1b3c32f484b25bde
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 ( )

◆ 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: