LeviLamina
Loading...
Searching...
No Matches
ParticlesBlockExplosionEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class CompoundTag;
8class Vec3;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<4, 4, float> mRadius;
16 ::ll::TypedStorage<4, 12, ::Vec3> mOrigin;
17 ::ll::TypedStorage<8, 24, ::std::vector<::Vec3>> mPositions;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI ::std::unique_ptr<::CompoundTag> save() const;
24
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCAPI void $dtor();
32 // NOLINTEND
33};
Definition CompoundTag.h:13
Definition ParticlesBlockExplosionEvent.h:11
Definition Vec3.h:10