LeviLamina
Loading...
Searching...
No Matches
PhysicsDefinition.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/util/json_util/JsonSchemaObjectNode.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
EntityContext
;
11
struct
PhysicsComponent
;
12
namespace
JsonUtil {
class
EmptyClass
; }
13
// clang-format on
14
15
struct
PhysicsDefinition {
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<1, 1>
mUnk5cf56a;
20
::ll::UntypedStorage<1, 1>
mUnk73884b;
21
::ll::UntypedStorage<1, 1>
mUnkfe14e4;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
PhysicsDefinition& operator=(PhysicsDefinition
const
&);
27
PhysicsDefinition(PhysicsDefinition
const
&);
28
PhysicsDefinition();
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCAPI
void
initialize(
::EntityContext
& entity,
::PhysicsComponent
&)
const
;
34
// NOLINTEND
35
36
public
:
37
// static functions
38
// NOLINTBEGIN
39
MCAPI
static
void
40
buildSchema(::std::shared_ptr<
::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::PhysicsDefinition>
>& root);
41
// NOLINTEND
42
43
public
:
44
// static variables
45
// NOLINTBEGIN
46
MCAPI
static
bool
const
& HAS_COLLISION_DEFAULT();
47
48
MCAPI
static
bool
const
& HAS_GRAVITY_DEFAULT();
49
50
MCAPI
static
bool
const
& PUSH_TOWARDS_CLOSEST_SPACE_DEFAULT();
51
// NOLINTEND
52
};
EntityContext
Definition
EntityContext.h:17
JsonUtil::EmptyClass
Definition
EmptyClass.h:7
JsonUtil::JsonSchemaObjectNode
Definition
JsonSchemaObjectNode.h:8
PhysicsComponent
Definition
PhysicsComponent.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
definitions
PhysicsDefinition.h
Generated on
for LeviLamina by
1.16.1