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 MCAPI void addExplodePosition(::Vec3 const& position);
26
27#ifdef LL_PLAT_C
28 MCAPI void load(::CompoundTag const& data);
29#endif
30
31 MCAPI ::std::unique_ptr<::CompoundTag> save() const;
32
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCFOLD void $dtor();
40 // NOLINTEND
41};
Definition CompoundTag.h:23
Definition ParticlesBlockExplosionEvent.h:13
Definition Vec3.h:10