LeviLamina
Loading...
Searching...
No Matches
ParticlesBlockExplosionEvent.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 CompoundTag;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<4, 4, float> mRadius;
18 ::ll::TypedStorage<4, 12, ::Vec3> mOrigin;
19 ::ll::TypedStorage<8, 24, ::std::vector<::Vec3>> mPositions;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25#ifdef LL_PLAT_C
26 MCAPI void load(::CompoundTag const& data);
27#endif
28
29 MCAPI ::std::unique_ptr<::CompoundTag> save() const;
30
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCFOLD void $dtor();
38 // NOLINTEND
39};
Definition CompoundTag.h:23
Definition ParticlesBlockExplosionEvent.h:13