LeviLamina
Loading...
Searching...
No Matches
CompoundBlockVolumeItem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/CompoundBlockVolumeAction.h"
7#include "mc/world/level/block/CompoundBlockVolumePositionRelativity.h"
8#include "mc/world/level/block/SimpleBlockVolume.h"
9
10// auto generated forward declare list
11// clang-format off
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, ::CompoundBlockVolumeAction> mAction;
21 ::ll::TypedStorage<4, 4, ::CompoundBlockVolumePositionRelativity> mRelativity;
22 ::ll::TypedStorage<8, 32, ::SimpleBlockVolume> mVolume;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI ::SimpleBlockVolume getAbsoluteVolume(::CompoundBlockVolume const& parent) const;
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
35 // NOLINTEND
36};
Definition CompoundBlockVolumeItem.h:16
Definition CompoundBlockVolume.h:18
Definition ReflectionCtx.h:11
Definition ctx.h:5