PocketMine-MP 5.21.1 git-2ff647079265e7c600203af4fd902b15e99d49a4
|
Public Member Functions | |
__construct (private string $ip, private int $port, private int $version) | |
__toString () | |
equals (InternetAddress $address) | |
getIp () | |
getPort () | |
getVersion () | |
toString () | |
Definition at line 19 of file InternetAddress.php.
raklib\utils\InternetAddress::__construct | ( | private string | $ip, |
private int | $port, | ||
private int | $version | ||
) |
Definition at line 20 of file InternetAddress.php.
raklib\utils\InternetAddress::__toString | ( | ) |
Definition at line 42 of file InternetAddress.php.
raklib\utils\InternetAddress::equals | ( | InternetAddress | $address | ) |
Definition at line 50 of file InternetAddress.php.
raklib\utils\InternetAddress::getIp | ( | ) |
Definition at line 30 of file InternetAddress.php.
raklib\utils\InternetAddress::getPort | ( | ) |
Definition at line 34 of file InternetAddress.php.
raklib\utils\InternetAddress::getVersion | ( | ) |
Definition at line 38 of file InternetAddress.php.
raklib\utils\InternetAddress::toString | ( | ) |
Definition at line 46 of file InternetAddress.php.