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 MCNAPI ::std::unique_ptr<::CompoundTag> save() const;
26
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCNAPI void $dtor();
34 // NOLINTEND
35};
Definition CompoundTag.h:13
Definition ParticlesBlockExplosionEvent.h:13
MCAPI ::std::unique_ptr<::CompoundTag > save() const