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

Public Member Functions

SetArmorTrimFunctionoperator= (SetArmorTrimFunction const &)
 
 SetArmorTrimFunction (SetArmorTrimFunction const &)
 
virtual void apply (::ItemStack &item, ::Random &, ::LootTableContext &context)
 
virtual void apply (::ItemInstance &item, ::Random &, ::LootTableContext &context)
 
MCAPI SetArmorTrimFunction (::std::vector<::std::unique_ptr<::LootItemCondition > > &predicates, ::HashedString const &material, ::HashedString const &pattern)
 
MCAPI void _apply (::ItemStackBase &item, ::LootTableContext const &context) const
 
MCAPI void * $ctor (::std::vector<::std::unique_ptr<::LootItemCondition > > &predicates, ::HashedString const &material, ::HashedString const &pattern)
 
MCAPI void $dtor ()
 
MCAPI void $apply (::ItemStack &item, ::Random &, ::LootTableContext &context)
 
MCAPI void $apply (::ItemInstance &item, ::Random &, ::LootTableContext &context)
 
virtual int apply (::ItemStack &item, ::Random &random, ::Trade const &trade, ::LootTableContext &context)
 
virtual int apply (::ItemInstance &item, ::Random &random, ::Trade const &trade, ::LootTableContext &context)
 
MCAPI int $apply (::ItemStack &item, ::Random &random, ::Trade const &trade, ::LootTableContext &context)
 
MCAPI int $apply (::ItemInstance &item, ::Random &random, ::Trade const &trade, ::LootTableContext &context)
 

Static Public Member Functions

static MCAPI ::std::unique_ptr<::LootItemFunctiondeserialize (::Json::Value object, ::std::vector<::std::unique_ptr<::LootItemCondition > > &predicates)
 
static MCAPI void ** $vftable ()
 
static MCAPI ::std::unique_ptr<::LootItemFunctiondeserialize (::Json::Value object, bool usingUpcomingCreatorFeaturesExperiment)
 
static MCAPI ::std::unordered_map< ::HashedString, ::std::function<::std::unique_ptr< ::LootItemFunction >(::Json::Value &, ::std::vector<::std::unique_ptr<::LootItemCondition > > &)> > const & mLootingFunctions ()
 

Public Attributes

::ll::UntypedStorage< 8, 48 > mUnkbe4288
 
::ll::UntypedStorage< 8, 48 > mUnk231591
 
::ll::UntypedStorage< 8, 24 > mUnkd6cdfe
 

Constructor & Destructor Documentation

◆ SetArmorTrimFunction()

MCAPI SetArmorTrimFunction::SetArmorTrimFunction ( ::std::vector<::std::unique_ptr<::LootItemCondition > > & predicates,
::HashedString const & material,
::HashedString const & pattern )
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.

Member Function Documentation

◆ apply() [1/2]

virtual void SetArmorTrimFunction::apply ( ::ItemStack & item,
::Random & ,
::LootTableContext & context )
virtual

Implements LootItemFunction.

◆ apply() [2/2]

virtual void SetArmorTrimFunction::apply ( ::ItemInstance & item,
::Random & ,
::LootTableContext & context )
virtual

Implements LootItemFunction.

◆ _apply()

MCAPI void SetArmorTrimFunction::_apply ( ::ItemStackBase & item,
::LootTableContext const & context ) 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.

◆ deserialize() [1/2]

static MCAPI ::std::unique_ptr<::LootItemFunction > SetArmorTrimFunction::deserialize ( ::Json::Value object,
::std::vector<::std::unique_ptr<::LootItemCondition > > & predicates )
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.

◆ $ctor()

MCAPI void * SetArmorTrimFunction::$ctor ( ::std::vector<::std::unique_ptr<::LootItemCondition > > & predicates,
::HashedString const & material,
::HashedString const & pattern )
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 SetArmorTrimFunction::$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.

◆ $apply() [1/4]

MCAPI void SetArmorTrimFunction::$apply ( ::ItemStack & item,
::Random & ,
::LootTableContext & context )
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.

◆ $apply() [2/4]

MCAPI void SetArmorTrimFunction::$apply ( ::ItemInstance & item,
::Random & ,
::LootTableContext & context )
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 ** SetArmorTrimFunction::$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.

◆ deserialize() [2/2]

static MCAPI ::std::unique_ptr<::LootItemFunction > LootItemFunction::deserialize ( ::Json::Value object,
bool usingUpcomingCreatorFeaturesExperiment )
staticinherited
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.

◆ mLootingFunctions()

static MCAPI ::std::unordered_map< ::HashedString, ::std::function<::std::unique_ptr< ::LootItemFunction >(::Json::Value &, ::std::vector<::std::unique_ptr<::LootItemCondition > > &)> > const & LootItemFunction::mLootingFunctions ( )
staticinherited
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.

◆ $apply() [3/4]

MCAPI int LootItemFunction::$apply ( ::ItemStack & item,
::Random & random,
::Trade const & trade,
::LootTableContext & context )
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.

◆ $apply() [4/4]

MCAPI int LootItemFunction::$apply ( ::ItemInstance & item,
::Random & random,
::Trade const & trade,
::LootTableContext & context )
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: