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

Public Member Functions

 __construct (private string $name,)
 
 getName ()
 
 getTypeId ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Public Attributes

const ID = DataStoreType::REMOVAL
 

Detailed Description

See also
ClientboundDataStorePacket

Definition at line 24 of file DataStoreRemoval.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\DataStoreRemoval::__construct ( private string $name)

Definition at line 27 of file DataStoreRemoval.php.

Member Function Documentation

◆ getName()

pocketmine\network\mcpe\protocol\types\DataStoreRemoval::getName ( )

Definition at line 35 of file DataStoreRemoval.php.

◆ getTypeId()

pocketmine\network\mcpe\protocol\types\DataStoreRemoval::getTypeId ( )

Reimplemented from pocketmine\network\mcpe\protocol\types\DataStore.

Definition at line 31 of file DataStoreRemoval.php.

◆ read()

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

Definition at line 37 of file DataStoreRemoval.php.

◆ write()

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

Reimplemented from pocketmine\network\mcpe\protocol\types\DataStore.

Definition at line 45 of file DataStoreRemoval.php.

Member Data Documentation

◆ ID

const pocketmine\network\mcpe\protocol\types\DataStoreRemoval::ID = DataStoreType::REMOVAL

Definition at line 25 of file DataStoreRemoval.php.


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