|
| static | read (ByteBufferReader $in) |
| |
|
| const | ID = DataStoreType::UPDATE |
| |
- See also
- ServerboundDataStorePacket&ClientboundDataStorePacket
Definition at line 27 of file DataStoreUpdate.php.
◆ __construct()
| pocketmine\network\mcpe\protocol\types\DataStoreUpdate::__construct |
( |
private string | $name, |
|
|
private string | $property, |
|
|
private string | $path, |
|
|
private DataStoreValue | $data, |
|
|
private int | $updateCount, |
|
|
private int | $pathUpdateCount ) |
◆ getData()
| pocketmine\network\mcpe\protocol\types\DataStoreUpdate::getData |
( |
| ) |
|
◆ getName()
| pocketmine\network\mcpe\protocol\types\DataStoreUpdate::getName |
( |
| ) |
|
◆ getPath()
| pocketmine\network\mcpe\protocol\types\DataStoreUpdate::getPath |
( |
| ) |
|
◆ getPathUpdateCount()
| pocketmine\network\mcpe\protocol\types\DataStoreUpdate::getPathUpdateCount |
( |
| ) |
|
◆ getProperty()
| pocketmine\network\mcpe\protocol\types\DataStoreUpdate::getProperty |
( |
| ) |
|
◆ getTypeId()
| pocketmine\network\mcpe\protocol\types\DataStoreUpdate::getTypeId |
( |
| ) |
|
◆ getUpdateCount()
| pocketmine\network\mcpe\protocol\types\DataStoreUpdate::getUpdateCount |
( |
| ) |
|
◆ read()
| static pocketmine\network\mcpe\protocol\types\DataStoreUpdate::read |
( |
ByteBufferReader | $in | ) |
|
|
static |
◆ write()
| pocketmine\network\mcpe\protocol\types\DataStoreUpdate::write |
( |
ByteBufferWriter | $out | ) |
|
◆ ID
| const pocketmine\network\mcpe\protocol\types\DataStoreUpdate::ID = DataStoreType::UPDATE |
The documentation for this class was generated from the following file: