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

Public Member Functions

 __construct (Vector3 $value)
 
 equals (MetadataProperty $other)
 
 getTypeId ()
 
 getValue ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Public Attributes

const ID = EntityMetadataTypes::VECTOR3F
 

Detailed Description

Definition at line 23 of file Vec3MetadataProperty.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\entity\Vec3MetadataProperty::__construct ( Vector3 $value)

Definition at line 30 of file Vec3MetadataProperty.php.

Member Function Documentation

◆ equals()

pocketmine\network\mcpe\protocol\types\entity\Vec3MetadataProperty::equals ( MetadataProperty $other)

◆ getValue()

pocketmine\network\mcpe\protocol\types\entity\Vec3MetadataProperty::getValue ( )

Definition at line 34 of file Vec3MetadataProperty.php.

◆ read()

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

Definition at line 38 of file Vec3MetadataProperty.php.

◆ write()

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

Member Data Documentation

◆ ID

const pocketmine\network\mcpe\protocol\types\entity\Vec3MetadataProperty::ID = EntityMetadataTypes::VECTOR3F

Definition at line 26 of file Vec3MetadataProperty.php.


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