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

Public Member Functions

 __construct (private string $text, private Vector3 $position, private Color $color, private int $durationMillis)
 
 getColor ()
 
 getDurationMillis ()
 
 getPosition ()
 
 getText ()
 
 write (ByteBufferWriter $out)
 

Static Public Member Functions

static read (ByteBufferReader $in)
 

Detailed Description

Definition at line 24 of file DebugMarkerData.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\network\mcpe\protocol\types\DebugMarkerData::__construct ( private string $text,
private Vector3 $position,
private Color $color,
private int $durationMillis )

Definition at line 26 of file DebugMarkerData.php.

Member Function Documentation

◆ getColor()

pocketmine\network\mcpe\protocol\types\DebugMarkerData::getColor ( )

Definition at line 37 of file DebugMarkerData.php.

◆ getDurationMillis()

pocketmine\network\mcpe\protocol\types\DebugMarkerData::getDurationMillis ( )

Definition at line 39 of file DebugMarkerData.php.

◆ getPosition()

pocketmine\network\mcpe\protocol\types\DebugMarkerData::getPosition ( )

Definition at line 35 of file DebugMarkerData.php.

◆ getText()

pocketmine\network\mcpe\protocol\types\DebugMarkerData::getText ( )

Definition at line 33 of file DebugMarkerData.php.

◆ read()

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

Definition at line 41 of file DebugMarkerData.php.

◆ write()

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

Definition at line 55 of file DebugMarkerData.php.


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