LeviLamina
Loading...
Searching...
No Matches
ScriptAABB.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/math/Vec3.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Scripting {
struct
InterfaceBinding
; }
11
// clang-format on
12
13
namespace
ScriptModuleMinecraft {
14
15
class
ScriptAABB
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<4, 12, ::Vec3> mCenter;
20
::ll::TypedStorage<4, 12, ::Vec3> mExtent;
21
// NOLINTEND
22
23
public
:
24
// static functions
25
// NOLINTBEGIN
26
MCAPI static ::Scripting::InterfaceBinding bind();
27
// NOLINTEND
28
};
29
30
}
// namespace ScriptModuleMinecraft
ScriptModuleMinecraft::ScriptAABB
Definition
ScriptAABB.h:15
Scripting::InterfaceBinding
Definition
InterfaceBinding.h:16
src
mc
scripting
modules
minecraft
ScriptAABB.h
Generated on
for LeviLamina by
1.16.1