LeviLamina
Loading...
Searching...
No Matches
CollisionBoxComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/math/Vec2.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Vec3
;
11
// clang-format on
12
13
class
CollisionBoxComponent
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<4, 8, ::Vec2> mBBDim;
18
// NOLINTEND
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCFOLD
void
fromVec3(
::Vec3
const
& vec);
24
25
MCFOLD ::Vec2
const
& getDefaultBB()
const
;
26
// NOLINTEND
27
};
CollisionBoxComponent
Definition
CollisionBoxComponent.h:13
Vec3
Definition
Vec3.h:10
src
mc
entity
components_json_legacy
CollisionBoxComponent.h
Generated on
for LeviLamina by
1.16.1