LeviLamina
Loading...
Searching...
No Matches
BlockQueryResult.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
10class Block;
11// clang-format on
12
13namespace AgentComponents {
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 12, ::Vec3> position;
20 ::ll::TypedStorage<8, 8, ::Block const*> block;
21 // NOLINTEND
22};
23
24} // namespace AgentComponents
Definition Block.h:38
Definition BlockQueryResult.h:15