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