LeviLamina
Loading...
Searching...
No Matches
CollisionShape.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/BlockPos.h"
7
#include "mc/world/phys/AABB.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Block
;
12
// clang-format on
13
14
namespace
BlockSourceVisitor {
15
16
struct
CollisionShape
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 8, ::Block const*> mMaybeBlock;
21
::ll::TypedStorage<4, 24, ::AABB> mAABB;
22
::ll::TypedStorage<4, 12, ::BlockPos> mBlockPos;
23
::ll::TypedStorage<1, 1, bool> mIsUnloadedChunk;
24
// NOLINTEND
25
};
26
27
}
// namespace BlockSourceVisitor
Block
Definition
Block.h:37
BlockSourceVisitor::CollisionShape
Definition
CollisionShape.h:16
src-server
mc
deps
vanilla_components
block_source_visitor
CollisionShape.h
Generated on Tue Oct 28 2025 05:31:41 for LeviLamina by
1.12.0