PocketMine-MP 5.31.1 git-a1d74b57109a7c91ffab73718182f3b1e530fae3
|
Public Member Functions | |
__construct (CacheableNbt $value) | |
equals (MetadataProperty $other) | |
getTypeId () | |
getValue () | |
write (PacketSerializer $out) | |
Static Public Member Functions | |
static | read (PacketSerializer $in) |
Public Attributes | |
const | ID = EntityMetadataTypes::COMPOUND_TAG |
Definition at line 22 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 33 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 44 of file CompoundTagMetadataProperty.php.
pocketmine\network\mcpe\protocol\types\entity\CompoundTagMetadataProperty::getValue | ( | ) |
@phpstan-return CacheableNbt<\pocketmine\nbt\tag\CompoundTag>
Definition at line 40 of file CompoundTagMetadataProperty.php.
|
static |
PacketDecodeException |
Definition at line 51 of file CompoundTagMetadataProperty.php.
pocketmine\network\mcpe\protocol\types\entity\CompoundTagMetadataProperty::write | ( | PacketSerializer | $out | ) |
Implements pocketmine\network\mcpe\protocol\types\entity\MetadataProperty.
Definition at line 55 of file CompoundTagMetadataProperty.php.
const pocketmine\network\mcpe\protocol\types\entity\CompoundTagMetadataProperty::ID = EntityMetadataTypes::COMPOUND_TAG |
Definition at line 25 of file CompoundTagMetadataProperty.php.