LeviLamina
Loading...
Searching...
No Matches
GainedRaidOmenAtPositionComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/BlockPos.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockPos;
11class CompoundTag;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 12, ::BlockPos> mPosition;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCNAPI void addAdditionalSaveData(::CompoundTag& tag) const;
25 // NOLINTEND
26};
Definition BlockPos.h:18
Definition CompoundTag.h:13
Definition GainedRaidOmenAtPositionComponent.h:14
MCAPI void addAdditionalSaveData(::CompoundTag &tag) const