mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-04 19:33:40 +00:00
35 lines
863 B
C++
35 lines
863 B
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../Global.h"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
class NetworkIdentifier {
|
|
|
|
#define AFTER_EXTRA
|
|
// Add Member There
|
|
char filler[160];
|
|
public:
|
|
LIAPI std::string getIP();
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_NETWORKIDENTIFIER
|
|
public:
|
|
class NetworkIdentifier& operator=(class NetworkIdentifier const &) = delete;
|
|
NetworkIdentifier(class NetworkIdentifier const &) = delete;
|
|
NetworkIdentifier() = delete;
|
|
#endif
|
|
|
|
public:
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_NETWORKIDENTIFIER
|
|
#endif
|
|
MCAPI std::string getAddress() const;
|
|
MCAPI unsigned __int64 getHash() const;
|
|
MCAPI bool isUnassigned() const;
|
|
MCAPI bool operator==(class NetworkIdentifier const &) const;
|
|
MCAPI std::string toString() const;
|
|
|
|
}; |