LeviLamina
Loading...
Searching...
No Matches
AllowList Class Reference
Inheritance diagram for AllowList:

Public Member Functions

virtual::Json::Value serialize () const
virtual void deserialize (::Json::Value const &root)
MCAPI bool addByNsaId (::std::string_view nsaId)
MCAPI bool addByPsnId (::std::string_view psnId)
MCAPI bool addByXuid (::std::string_view xuid)
MCAPI bool isAllowed (::mce::UUID const &uuid, ::std::string_view xuid, ::std::string_view psnId, ::std::string_view nsaId) const
MCAPI bool isIgnoringPlayerLimit (::mce::UUID const &uuid, ::std::string_view xuid) const
MCAPI bool removeByNsaId (::std::string_view nsaId)
MCAPI bool removeByPsnId (::std::string_view psnId)
MCAPI bool removeByXuid (::std::string_view xuid)
MCAPI void tryUpdateEntries (::std::string_view name, ::std::string_view xuid, ::std::string_view psnId, ::std::string_view nsaId)
MCAPI::Json::Value $serialize () const
MCAPI void $deserialize (::Json::Value const &root)

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::TypedStorage< 8, 24, ::std::vector<::AllowListEntry > > mEntries
::ll::TypedStorage< 8, 64, ::std::function< void()> > mSyncCallback

Member Function Documentation

◆ serialize()

virtual::Json::Value AllowList::serialize ( ) const
virtual

Implements IJsonSerializable.

◆ deserialize()

virtual void AllowList::deserialize ( ::Json::Value const & root)
virtual

Implements IJsonSerializable.

◆ $vftable()

MCAPI void ** AllowList::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

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