|
PocketMine-MP 5.42.1 git-d77520d210fcb967a02bc11817ad625393c8ebc6
|
Inheritance diagram for pocketmine\network\mcpe\protocol\types\entity\CompoundTagMetadataProperty:
Collaboration diagram for pocketmine\network\mcpe\protocol\types\entity\CompoundTagMetadataProperty:Public Member Functions | |
| __construct (CacheableNbt $value) | |
| equals (MetadataProperty $other) | |
| getTypeId () | |
| getValue () | |
| write (ByteBufferWriter $out) | |
Static Public Member Functions | |
| static | read (ByteBufferReader $in) |
Public Attributes | |
| const | ID = EntityMetadataTypes::COMPOUND_TAG |
Definition at line 24 of file CompoundTagMetadataProperty.php.
| pocketmine\network\mcpe\protocol\types\entity\CompoundTagMetadataProperty::__construct | ( | CacheableNbt | $value | ) |
@phpstan-param CacheableNbt<\pocketmine\nbt\tag\CompoundTag> $value
Definition at line 35 of file CompoundTagMetadataProperty.php.
| pocketmine\network\mcpe\protocol\types\entity\CompoundTagMetadataProperty::equals | ( | MetadataProperty | $other | ) |
Implements pocketmine\network\mcpe\protocol\types\entity\MetadataProperty.
Definition at line 46 of file CompoundTagMetadataProperty.php.
| pocketmine\network\mcpe\protocol\types\entity\CompoundTagMetadataProperty::getValue | ( | ) |
@phpstan-return CacheableNbt<\pocketmine\nbt\tag\CompoundTag>
Definition at line 42 of file CompoundTagMetadataProperty.php.
|
static |
| PacketDecodeException |
Definition at line 53 of file CompoundTagMetadataProperty.php.
| pocketmine\network\mcpe\protocol\types\entity\CompoundTagMetadataProperty::write | ( | ByteBufferWriter | $out | ) |
Implements pocketmine\network\mcpe\protocol\types\entity\MetadataProperty.
Definition at line 57 of file CompoundTagMetadataProperty.php.
| const pocketmine\network\mcpe\protocol\types\entity\CompoundTagMetadataProperty::ID = EntityMetadataTypes::COMPOUND_TAG |
Definition at line 27 of file CompoundTagMetadataProperty.php.