LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerIterator.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7
#include "mc/scripting/modules/minecraft/ScriptVectorIterator.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
ScriptModuleMinecraft {
class
ScriptPlayer
; }
12
namespace
Scripting {
struct
ClassBinding
; }
13
// clang-format on
14
15
namespace
ScriptModuleMinecraft {
16
17
class
ScriptPlayerIterator :
public
::ScriptModuleMinecraft::ScriptVectorIterator
<
18
::ScriptModuleMinecraft::ScriptPlayerIterator,
19
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>> {
20
public
:
21
// prevent constructor by default
22
ScriptPlayerIterator();
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCAPI
explicit
ScriptPlayerIterator(
28
::std::vector<
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>
>&& scriptPlayers
29
);
30
// NOLINTEND
31
32
public
:
33
// static functions
34
// NOLINTBEGIN
35
MCAPI static ::Scripting::ClassBinding bind();
36
// NOLINTEND
37
38
public
:
39
// constructor thunks
40
// NOLINTBEGIN
41
MCAPI
void
*
42
$ctor(::std::vector<
::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptPlayer>
>&& scriptPlayers);
43
// NOLINTEND
44
};
45
46
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptPlayer
Definition
ScriptPlayer.h:56
ScriptModuleMinecraft::ScriptVectorIterator
Definition
ScriptVectorIterator.h:8
Scripting::StrongTypedObjectHandle
Definition
StrongTypedObjectHandle.h:8
Scripting::ClassBinding
Definition
ClassBinding.h:19
src
mc
scripting
modules
minecraft
player
ScriptPlayerIterator.h
Generated on
for LeviLamina by
1.16.1