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

Public Member Functions

 equals (MetadataProperty $other)
 
 getTypeId ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Public Attributes

const ID = EntityMetadataTypes::BYTE
 

Protected Member Functions

 max ()
 
 min ()
 

Detailed Description

Definition at line 22 of file ByteMetadataProperty.php.

Member Function Documentation

◆ max()

pocketmine\network\mcpe\protocol\types\entity\ByteMetadataProperty::max ( )
protected

Definition at line 32 of file ByteMetadataProperty.php.

◆ min()

pocketmine\network\mcpe\protocol\types\entity\ByteMetadataProperty::min ( )
protected

Definition at line 28 of file ByteMetadataProperty.php.

◆ read()

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

Definition at line 36 of file ByteMetadataProperty.php.

◆ write()

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

Member Data Documentation

◆ ID

const pocketmine\network\mcpe\protocol\types\entity\ByteMetadataProperty::ID = EntityMetadataTypes::BYTE

Definition at line 26 of file ByteMetadataProperty.php.


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