13 enum class Type :
int {
27 ::NetworkIdentifier::Type mType;
31 LLNDAPI std::string getIPAndPort()
const;
33 [[nodiscard]]
bool operator==(
::NetworkIdentifier const& other)
const {
return equalsTypeData(other); }
44 MCAPI ::std::string getAddress()
const;
46 MCAPI ::std::string getCorrelationId()
const;
48 MCAPI uint64 getHash()
const;
50 MCAPI ::std::string getNetherNetOrRakNetIDAsString()
const;
52 MCAPI
bool isUnassigned()
const;
56 MCAPI ::std::string toString()
const;
68 MCAPI static ::NetworkIdentifier& INVALID_ID();