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

Classes

struct  LegacyMapping
 

Public Types

enum class  Processing : int {
  Default = 0 , ReadValue = 1 , ReadString = 2 , Environment = 3 ,
  Item = 4 , Armor = 5 , Equipment = 6
}
 
enum class  CollectionType : int { And = 0 , Or = 1 , Not = 2 }
 

Public Member Functions

virtual bool parse (::Json::Value const &jsonVal)
 
virtual ::std::shared_ptr<::FilterGroup_createSubgroup (::FilterGroup::CollectionType type) const
 
MCAPI bool _addLegacyFilter (::std::string const &name, ::ActorFilterGroup::LegacyMapping const &legacy, ::FilterInput const &filterInput)
 
MCAPI bool _handleUnknownMember (::std::string const &name, ::Json::Value const &jsonVal)
 
MCAPI bool _parseMemberCollectionJSONCpp (::FilterGroup::CollectionType collectionType, ::Json::Value const &jsonVal)
 
MCAPI bool _parseMemberJSONCpp (::std::string const &name, ::Json::Value const &jsonVal)
 
MCAPI bool _parseObjectJSONCpp (::std::string const &name, ::Json::Value const &jsonVal)
 
MCAPI bool _processLegacyArray (::std::string const &name, ::Json::Value const &jsonVal, ::ActorFilterGroup::LegacyMapping const &legacy)
 
MCAPI bool _processLegacyMember (::std::string const &name, ::Json::Value const &jsonVal, ::ActorFilterGroup::LegacyMapping const &legacy)
 
MCAPI bool evaluateActor (::Actor const &e, ::VariantParameterListConst const &params) const
 
MCAPI void $dtor ()
 
MCAPI bool $parse (::Json::Value const &jsonVal)
 
MCAPI ::std::shared_ptr<::FilterGroup$_createSubgroup (::FilterGroup::CollectionType type) const
 
virtual bool _setupContext (::FilterTest const &test, ::FilterContext &context) const
 
MCAPI bool _parseFilterInputs (::SharedTypes::v1_21_20::FilterTestData const &filterTestData, ::FilterTest::Definition const &filterDef, ::FilterInputs &inputs)
 
MCAPI bool _parseFilterParam (::std::string const &filter, ::std::string const &member, ::std::optional<::std::variant< bool, int, float, ::std::string > > param, ::FilterParamDefinition const &paramDef, ::FilterInput &input)
 
MCAPI bool _parseMemberCollection (::FilterGroup::CollectionType collectionType, ::SharedTypes::v1_21_20::FilterGroupData const &filterGroupData)
 
MCAPI bool _parseObject (::SharedTypes::v1_21_20::FilterGroupData const &filterGroupData)
 
MCAPI bool _parseTest (::SharedTypes::v1_21_20::FilterTestData const &filterTestData)
 
MCAPI bool addFilterTest (::FilterTest::Definition const &filterDef, ::FilterInputs const &inputs)
 
MCAPI bool addFilterTest (::std::string const &filterName, ::FilterInputs const &inputs)
 
MCAPI bool evaluate (::std::array<::FilterContext, 10 > &contextSet) const
 
MCAPI void serialize (::Json::Value &jsonVal) const
 
MCAPI void * $ctor (::FilterGroup const &)
 
MCAPI bool $_setupContext (::FilterTest const &test, ::FilterContext &context) const
 

Static Public Member Functions

static MCAPI void initialize ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 4, 4 > mUnkdd1627
 
::ll::UntypedStorage< 8, 24 > mUnkc039d0
 
::ll::UntypedStorage< 8, 24 > mUnk378121
 

Member Function Documentation

◆ parse()

virtual bool ActorFilterGroup::parse ( ::Json::Value const & jsonVal)
virtual

Reimplemented from FilterGroup.

◆ _createSubgroup()

virtual ::std::shared_ptr<::FilterGroup > ActorFilterGroup::_createSubgroup ( ::FilterGroup::CollectionType type) const
virtual

Implements FilterGroup.

◆ _addLegacyFilter()

MCAPI bool ActorFilterGroup::_addLegacyFilter ( ::std::string const & name,
::ActorFilterGroup::LegacyMapping const & legacy,
::FilterInput const & filterInput )
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.

◆ _handleUnknownMember()

MCAPI bool ActorFilterGroup::_handleUnknownMember ( ::std::string const & name,
::Json::Value const & jsonVal )
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.

◆ _parseMemberCollectionJSONCpp()

MCAPI bool ActorFilterGroup::_parseMemberCollectionJSONCpp ( ::FilterGroup::CollectionType collectionType,
::Json::Value const & jsonVal )
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.

◆ _parseMemberJSONCpp()

MCAPI bool ActorFilterGroup::_parseMemberJSONCpp ( ::std::string const & name,
::Json::Value const & jsonVal )
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.

◆ _parseObjectJSONCpp()

MCAPI bool ActorFilterGroup::_parseObjectJSONCpp ( ::std::string const & name,
::Json::Value const & jsonVal )
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.

◆ _processLegacyArray()

MCAPI bool ActorFilterGroup::_processLegacyArray ( ::std::string const & name,
::Json::Value const & jsonVal,
::ActorFilterGroup::LegacyMapping const & legacy )
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.

◆ _processLegacyMember()

MCAPI bool ActorFilterGroup::_processLegacyMember ( ::std::string const & name,
::Json::Value const & jsonVal,
::ActorFilterGroup::LegacyMapping const & legacy )
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.

◆ evaluateActor()

MCAPI bool ActorFilterGroup::evaluateActor ( ::Actor const & e,
::VariantParameterListConst const & params ) const
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.

◆ initialize()

static MCAPI void ActorFilterGroup::initialize ( )
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.

◆ $dtor()

MCAPI void ActorFilterGroup::$dtor ( )
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.

◆ $parse()

MCAPI bool ActorFilterGroup::$parse ( ::Json::Value const & jsonVal)
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.

◆ $_createSubgroup()

MCAPI ::std::shared_ptr<::FilterGroup > ActorFilterGroup::$_createSubgroup ( ::FilterGroup::CollectionType type) const
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.

◆ $vftable()

static MCAPI void ** ActorFilterGroup::$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.

◆ _parseFilterInputs()

MCAPI bool FilterGroup::_parseFilterInputs ( ::SharedTypes::v1_21_20::FilterTestData const & filterTestData,
::FilterTest::Definition const & filterDef,
::FilterInputs & inputs )
inherited
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.

◆ _parseFilterParam()

MCAPI bool FilterGroup::_parseFilterParam ( ::std::string const & filter,
::std::string const & member,
::std::optional<::std::variant< bool, int, float, ::std::string > > param,
::FilterParamDefinition const & paramDef,
::FilterInput & input )
inherited
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.

◆ _parseMemberCollection()

MCAPI bool FilterGroup::_parseMemberCollection ( ::FilterGroup::CollectionType collectionType,
::SharedTypes::v1_21_20::FilterGroupData const & filterGroupData )
inherited
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.

◆ _parseObject()

MCAPI bool FilterGroup::_parseObject ( ::SharedTypes::v1_21_20::FilterGroupData const & filterGroupData)
inherited
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.

◆ _parseTest()

MCAPI bool FilterGroup::_parseTest ( ::SharedTypes::v1_21_20::FilterTestData const & filterTestData)
inherited
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.

◆ addFilterTest() [1/2]

MCAPI bool FilterGroup::addFilterTest ( ::FilterTest::Definition const & filterDef,
::FilterInputs const & inputs )
inherited
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.

◆ addFilterTest() [2/2]

MCAPI bool FilterGroup::addFilterTest ( ::std::string const & filterName,
::FilterInputs const & inputs )
inherited
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.

◆ evaluate()

MCAPI bool FilterGroup::evaluate ( ::std::array<::FilterContext, 10 > & contextSet) const
inherited
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.

◆ serialize()

MCAPI void FilterGroup::serialize ( ::Json::Value & jsonVal) const
inherited
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.

◆ $ctor()

MCAPI void * FilterGroup::$ctor ( ::FilterGroup const & )
inherited
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.

◆ $_setupContext()

MCAPI bool FilterGroup::$_setupContext ( ::FilterTest const & test,
::FilterContext & context ) const
inherited
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: