PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
Loading...
Searching...
No Matches
pocketmine\network\mcpe\protocol\types\resourcepacks\ResourcePackStackEntry Class Reference
+ Collaboration diagram for pocketmine\network\mcpe\protocol\types\resourcepacks\ResourcePackStackEntry:

Public Member Functions

 __construct (private string $packId, private string $version, private string $subPackName)
 
 getPackId ()
 
 getSubPackName ()
 
 getVersion ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Detailed Description

Definition at line 21 of file ResourcePackStackEntry.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\resourcepacks\ResourcePackStackEntry::__construct ( private string $packId,
private string $version,
private string $subPackName )

Definition at line 22 of file ResourcePackStackEntry.php.

Member Function Documentation

◆ getPackId()

pocketmine\network\mcpe\protocol\types\resourcepacks\ResourcePackStackEntry::getPackId ( )

Definition at line 28 of file ResourcePackStackEntry.php.

◆ getSubPackName()

pocketmine\network\mcpe\protocol\types\resourcepacks\ResourcePackStackEntry::getSubPackName ( )

Definition at line 36 of file ResourcePackStackEntry.php.

◆ getVersion()

pocketmine\network\mcpe\protocol\types\resourcepacks\ResourcePackStackEntry::getVersion ( )

Definition at line 32 of file ResourcePackStackEntry.php.

◆ read()

static pocketmine\network\mcpe\protocol\types\resourcepacks\ResourcePackStackEntry::read ( ByteBufferReader $in)
static

Definition at line 46 of file ResourcePackStackEntry.php.

◆ write()

pocketmine\network\mcpe\protocol\types\resourcepacks\ResourcePackStackEntry::write ( ByteBufferWriter $out)

Definition at line 40 of file ResourcePackStackEntry.php.


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