18 ::ll::TypedStorage<8, 32, ::std::string> mName;
19 ::ll::TypedStorage<8, 16, ::mce::UUID> mUuid;
20 ::ll::TypedStorage<8, 32, ::std::string> mXuid;
21 ::ll::TypedStorage<8, 32, ::std::string> mPsnId;
22 ::ll::TypedStorage<8, 32, ::std::string> mNsaId;
23 ::ll::TypedStorage<1, 1, bool> mIgnoresPlayerLimit;
28 AllowListEntry& operator=(AllowListEntry
const&);
34 virtual ::Json::Value serialize()
const ;
50 bool ignorePLayerLimit
53 MCNAPI ::AllowListEntry&
operator=(::AllowListEntry&&);
59 MCNAPI
void*
$ctor(::AllowListEntry
const&);
67 bool ignorePLayerLimit
MCAPI void * $ctor(::AllowListEntry const &)
MCAPI::AllowListEntry & operator=(::AllowListEntry &&)
MCAPI void * $ctor(::std::string name, ::mce::UUID uuid, ::std::string xuid, ::std::string psnId, ::std::string nsaId, bool ignorePLayerLimit)
MCAPI void $deserialize(::Json::Value const &root)
static MCAPI void ** $vftable()
MCAPI AllowListEntry(::std::string name, ::mce::UUID uuid, ::std::string xuid, ::std::string psnId, ::std::string nsaId, bool ignorePLayerLimit)
MCAPI AllowListEntry(::AllowListEntry const &)
MCAPI::Json::Value $serialize() const