Interfaces, Classes, Traits and Enums
- MetadataProperty
Table of Contents
-
ID
= \pocketmine\network\mcpe\protocol\types\entity\EntityMetadataTypes::FLOAT
-
$value
: float
-
__construct()
: mixed
-
equals()
: bool
-
getTypeId()
: int
-
getValue()
: float
-
read()
: self
-
write()
: void
ID
public
mixed
ID
= \pocketmine\network\mcpe\protocol\types\entity\EntityMetadataTypes::FLOAT
$value
private
float
$value
__construct()
public
__construct(float $value) : mixed
Parameters
-
$value
: float
-
Return values
mixed
—
equals()
public
equals(MetadataProperty $other) : bool
Parameters
-
$other
: MetadataProperty
-
Return values
bool
—
getTypeId()
public
getTypeId() : int
Return values
int
—
getValue()
public
getValue() : float
Return values
float
—
read()
public
static read(PacketSerializer $in) : self
Parameters
-
$in
: PacketSerializer
-
Return values
self
—
write()
public
write(PacketSerializer $out) : void
Parameters
-
$out
: PacketSerializer
-
Return values
void
—