PocketMine-MP 5.14.2 git-50e2c469a547a16a23b2dc691e70a51d34e29395
pocketmine\nbt\NBT Class Reference
+ Collaboration diagram for pocketmine\nbt\NBT:

Static Public Member Functions

static createTag (int $type, NbtStreamReader $reader, ReaderTracker $tracker)
 

Public Attributes

const TAG_Byte = 1
 
const TAG_ByteArray = 7
 
const TAG_Compound = 10
 
const TAG_Double = 6
 
const TAG_End = 0
 
const TAG_Float = 5
 
const TAG_Int = 3
 
const TAG_IntArray = 11
 
const TAG_List = 9
 
const TAG_Long = 4
 
const TAG_Short = 2
 
const TAG_String = 8
 

Detailed Description

Definition at line 42 of file NBT.php.

Member Function Documentation

◆ createTag()

static pocketmine\nbt\NBT::createTag ( int  $type,
NbtStreamReader  $reader,
ReaderTracker  $tracker 
)
static
Exceptions
NbtDataException

Definition at line 60 of file NBT.php.

Member Data Documentation

◆ TAG_Byte

const pocketmine\nbt\NBT::TAG_Byte = 1

Definition at line 45 of file NBT.php.

◆ TAG_ByteArray

const pocketmine\nbt\NBT::TAG_ByteArray = 7

Definition at line 51 of file NBT.php.

◆ TAG_Compound

const pocketmine\nbt\NBT::TAG_Compound = 10

Definition at line 54 of file NBT.php.

◆ TAG_Double

const pocketmine\nbt\NBT::TAG_Double = 6

Definition at line 50 of file NBT.php.

◆ TAG_End

const pocketmine\nbt\NBT::TAG_End = 0

Definition at line 44 of file NBT.php.

◆ TAG_Float

const pocketmine\nbt\NBT::TAG_Float = 5

Definition at line 49 of file NBT.php.

◆ TAG_Int

const pocketmine\nbt\NBT::TAG_Int = 3

Definition at line 47 of file NBT.php.

◆ TAG_IntArray

const pocketmine\nbt\NBT::TAG_IntArray = 11

Definition at line 55 of file NBT.php.

◆ TAG_List

const pocketmine\nbt\NBT::TAG_List = 9

Definition at line 53 of file NBT.php.

◆ TAG_Long

const pocketmine\nbt\NBT::TAG_Long = 4

Definition at line 48 of file NBT.php.

◆ TAG_Short

const pocketmine\nbt\NBT::TAG_Short = 2

Definition at line 46 of file NBT.php.

◆ TAG_String

const pocketmine\nbt\NBT::TAG_String = 8

Definition at line 52 of file NBT.php.


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