PocketMine-MP 5.15.1 git-5ef247620a7c6301a849b54e5ef1009217729fc8
pocketmine\data\bedrock\LegacyEntityIdToStringIdMap Class Reference
+ Inheritance diagram for pocketmine\data\bedrock\LegacyEntityIdToStringIdMap:
+ Collaboration diagram for pocketmine\data\bedrock\LegacyEntityIdToStringIdMap:

Public Member Functions

 add (string $string, int $legacy)
 
 getLegacyToStringMap ()
 
 legacyToString (int $legacy)
 

Detailed Description

Definition at line 28 of file LegacyEntityIdToStringIdMap.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\data\bedrock\LegacyEntityIdToStringIdMap::__construct ( )

Definition at line 31 of file LegacyEntityIdToStringIdMap.php.

Member Function Documentation

◆ add()

pocketmine\data\bedrock\LegacyToStringIdMap::add ( string  $string,
int  $legacy 
)
inherited

Definition at line 66 of file LegacyToStringIdMap.php.

◆ getLegacyToStringMap()

pocketmine\data\bedrock\LegacyToStringIdMap::getLegacyToStringMap ( )
inherited
Returns
string[] @phpstan-return array<int, string>

Definition at line 62 of file LegacyToStringIdMap.php.

◆ legacyToString()

pocketmine\data\bedrock\LegacyToStringIdMap::legacyToString ( int  $legacy)
inherited

Definition at line 54 of file LegacyToStringIdMap.php.


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