LeviLamina
Loading...
Searching...
No Matches
ScriptModuleMinecraft::ScriptScoreboardObjective Class Reference

Public Member Functions

ScriptScoreboardObjectiveoperator= (ScriptScoreboardObjective const &)
 
 ScriptScoreboardObjective (ScriptScoreboardObjective const &)
 
MCAPI bool _isValid () const
 
MCAPI ::Scripting::Result_deprecated< int > _modifyScore (::std::variant< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity >, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor >, ::std::string > &participant, ::PlayerScoreSetFunction setFunction, int score)
 
MCAPI::ScriptModuleMinecraft::ScriptScoreboard * _tryGetScoreboard () const
 
MCAPI ::Scripting::Result_deprecated< int > addScore (::std::variant< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity >, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor >, ::std::string > &participant, int scoreToAdd)
 
MCAPI ::Scripting::Result_deprecated<::std::string > getDisplayName () const
 
MCAPI ::Scripting::Result_deprecated<::std::string > getObjectiveId () const
 
MCAPI ::Scripting::Result_deprecated< ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity > > > getParticipants () const
 
MCAPI ::Scripting::Result_deprecated<::std::optional< int > > getScore (::std::variant< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity >, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor >, ::std::string > const &participant) const
 
MCAPI ::Scripting::Result_deprecated<::std::vector<::ScriptModuleMinecraft::ScriptScoreboardScoreInfo > > getScores () const
 
MCAPI ::Scripting::Result_deprecated< bool > hasParticipant (::std::variant< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity >, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor >, ::std::string > const &participant) const
 
MCAPI::ScriptModuleMinecraft::ScriptScoreboardObjective & operator= (::ScriptModuleMinecraft::ScriptScoreboardObjective &&)
 
MCAPI bool operator== (::ScriptModuleMinecraft::ScriptScoreboardObjective const &other) const
 
MCAPI ::Scripting::Result_deprecated< bool > removeParticipant (::std::variant< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity >, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor >, ::std::string > &participant)
 
MCAPI ::Scripting::Result_deprecated< void > setScore (::std::variant< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity >, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor >, ::std::string > &participant, int score)
 

Static Public Member Functions

static MCAPI ::Scripting::ClassBinding bind ()
 

Public Attributes

::ll::UntypedStorage< 8, 32 > mUnk18599c
 
::ll::UntypedStorage< 8, 32 > mUnk1b7050
 

Member Function Documentation

◆ _isValid()

MCAPI bool ScriptModuleMinecraft::ScriptScoreboardObjective::_isValid ( ) 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.

◆ _modifyScore()

MCAPI ::Scripting::Result_deprecated< int > ScriptModuleMinecraft::ScriptScoreboardObjective::_modifyScore ( ::std::variant< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity >, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor >, ::std::string > & participant,
::PlayerScoreSetFunction setFunction,
int score )
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.

◆ _tryGetScoreboard()

MCAPI::ScriptModuleMinecraft::ScriptScoreboard * ScriptModuleMinecraft::ScriptScoreboardObjective::_tryGetScoreboard ( ) 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.

◆ addScore()

MCAPI ::Scripting::Result_deprecated< int > ScriptModuleMinecraft::ScriptScoreboardObjective::addScore ( ::std::variant< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity >, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor >, ::std::string > & participant,
int scoreToAdd )
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.

◆ getDisplayName()

MCAPI ::Scripting::Result_deprecated<::std::string > ScriptModuleMinecraft::ScriptScoreboardObjective::getDisplayName ( ) 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.

◆ getObjectiveId()

MCAPI ::Scripting::Result_deprecated<::std::string > ScriptModuleMinecraft::ScriptScoreboardObjective::getObjectiveId ( ) 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.

◆ getParticipants()

MCAPI ::Scripting::Result_deprecated< ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity > > > ScriptModuleMinecraft::ScriptScoreboardObjective::getParticipants ( ) 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.

◆ getScore()

MCAPI ::Scripting::Result_deprecated<::std::optional< int > > ScriptModuleMinecraft::ScriptScoreboardObjective::getScore ( ::std::variant< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity >, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor >, ::std::string > const & participant) 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.

◆ getScores()

MCAPI ::Scripting::Result_deprecated<::std::vector<::ScriptModuleMinecraft::ScriptScoreboardScoreInfo > > ScriptModuleMinecraft::ScriptScoreboardObjective::getScores ( ) 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.

◆ hasParticipant()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleMinecraft::ScriptScoreboardObjective::hasParticipant ( ::std::variant< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity >, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor >, ::std::string > const & participant) 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.

◆ operator=()

MCAPI::ScriptModuleMinecraft::ScriptScoreboardObjective & ScriptModuleMinecraft::ScriptScoreboardObjective::operator= ( ::ScriptModuleMinecraft::ScriptScoreboardObjective && )
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.

◆ operator==()

MCAPI bool ScriptModuleMinecraft::ScriptScoreboardObjective::operator== ( ::ScriptModuleMinecraft::ScriptScoreboardObjective const & other) 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.

◆ removeParticipant()

MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleMinecraft::ScriptScoreboardObjective::removeParticipant ( ::std::variant< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity >, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor >, ::std::string > & participant)
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.

◆ setScore()

MCAPI ::Scripting::Result_deprecated< void > ScriptModuleMinecraft::ScriptScoreboardObjective::setScore ( ::std::variant< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptScoreboardIdentity >, ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor >, ::std::string > & participant,
int score )
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.

◆ bind()

static MCAPI ::Scripting::ClassBinding ScriptModuleMinecraft::ScriptScoreboardObjective::bind ( )
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: