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

Static Public Member Functions

static MCAPI ::Scripting::Error _incompatableWorldQueryOptionError (::std::string const &propertyName)
 
static MCAPI ::Scripting::Result_deprecated<::ActorSelectorArgsconstructSelectorArgs (::ActorSelectorType selectionType, ::std::optional<::ScriptModuleMinecraft::ScriptActorQueryOptions > const &options, ::Dimension *dimension)
 
static MCAPI ::Scripting::Result_deprecated< ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > > getAllPlayers (::Scripting::WeakLifetimeScope const &scope, ::Level &level)
 
static MCAPI ::Scripting::Result_deprecated< bool > matches (::Actor const &actor, ::ActorSelectorArgs const &args)
 
static MCAPI ::Scripting::Result_deprecated< bool > matches (::Actor const &actor, ::std::optional<::ScriptModuleMinecraft::ScriptActorQueryOptions > const &options)
 
static MCAPI ::Scripting::Result_deprecated< ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor > > > queryActors (::ActorSelectorType selectionType, ::std::optional<::ScriptModuleMinecraft::ScriptActorQueryOptions > const &options, ::Scripting::WeakLifetimeScope const &scope, ::Dimension *dimension, ::Level &level)
 
static MCAPI ::Scripting::Result_deprecated< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActorIterator > > queryActors_V010 (::ActorSelectorType selectionType, ::std::optional<::ScriptModuleMinecraft::ScriptActorQueryOptions > const &options, ::Scripting::WeakLifetimeScope const &scope, ::Dimension *dimension, ::Level &level)
 
static MCAPI ::Scripting::Result_deprecated< ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > > queryPlayers (::std::optional<::ScriptModuleMinecraft::ScriptActorQueryOptions > const &options, ::Scripting::WeakLifetimeScope const &scope, ::Dimension *dimension, ::Level &level)
 
static MCAPI ::Scripting::Result_deprecated< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayerIterator > > queryPlayers_V010 (::std::optional<::ScriptModuleMinecraft::ScriptActorQueryOptions > const &options, ::Scripting::WeakLifetimeScope const &scope, ::Dimension *dimension, ::Level &level)
 

Member Function Documentation

◆ _incompatableWorldQueryOptionError()

static MCAPI ::Scripting::Error ScriptModuleMinecraft::ScriptActorQuery::_incompatableWorldQueryOptionError ( ::std::string const & propertyName)
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.

◆ constructSelectorArgs()

static MCAPI ::Scripting::Result_deprecated<::ActorSelectorArgs > ScriptModuleMinecraft::ScriptActorQuery::constructSelectorArgs ( ::ActorSelectorType selectionType,
::std::optional<::ScriptModuleMinecraft::ScriptActorQueryOptions > const & options,
::Dimension * dimension )
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.

◆ getAllPlayers()

static MCAPI ::Scripting::Result_deprecated< ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > > ScriptModuleMinecraft::ScriptActorQuery::getAllPlayers ( ::Scripting::WeakLifetimeScope const & scope,
::Level & level )
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.

◆ matches() [1/2]

static MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleMinecraft::ScriptActorQuery::matches ( ::Actor const & actor,
::ActorSelectorArgs const & args )
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.

◆ matches() [2/2]

static MCAPI ::Scripting::Result_deprecated< bool > ScriptModuleMinecraft::ScriptActorQuery::matches ( ::Actor const & actor,
::std::optional<::ScriptModuleMinecraft::ScriptActorQueryOptions > const & options )
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.

◆ queryActors()

static MCAPI ::Scripting::Result_deprecated< ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActor > > > ScriptModuleMinecraft::ScriptActorQuery::queryActors ( ::ActorSelectorType selectionType,
::std::optional<::ScriptModuleMinecraft::ScriptActorQueryOptions > const & options,
::Scripting::WeakLifetimeScope const & scope,
::Dimension * dimension,
::Level & level )
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.

◆ queryActors_V010()

static MCAPI ::Scripting::Result_deprecated< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptActorIterator > > ScriptModuleMinecraft::ScriptActorQuery::queryActors_V010 ( ::ActorSelectorType selectionType,
::std::optional<::ScriptModuleMinecraft::ScriptActorQueryOptions > const & options,
::Scripting::WeakLifetimeScope const & scope,
::Dimension * dimension,
::Level & level )
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.

◆ queryPlayers()

static MCAPI ::Scripting::Result_deprecated< ::std::vector<::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer > > > ScriptModuleMinecraft::ScriptActorQuery::queryPlayers ( ::std::optional<::ScriptModuleMinecraft::ScriptActorQueryOptions > const & options,
::Scripting::WeakLifetimeScope const & scope,
::Dimension * dimension,
::Level & level )
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.

◆ queryPlayers_V010()

static MCAPI ::Scripting::Result_deprecated< ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayerIterator > > ScriptModuleMinecraft::ScriptActorQuery::queryPlayers_V010 ( ::std::optional<::ScriptModuleMinecraft::ScriptActorQueryOptions > const & options,
::Scripting::WeakLifetimeScope const & scope,
::Dimension * dimension,
::Level & level )
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: