LeviLamina
Loading...
Searching...
No Matches
ParticlesTeleportTrailEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec2.h"
7#include "mc/deps/core/math/Vec3.h"
8
9// auto generated forward declare list
10// clang-format off
11class CompoundTag;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 12, ::Vec3> mStart;
19 ::ll::TypedStorage<4, 12, ::Vec3> mEnd;
20 ::ll::TypedStorage<4, 8, ::Vec2> mVariation;
21 ::ll::TypedStorage<4, 4, float> mDirScale;
22 ::ll::TypedStorage<4, 4, int> mCount;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCNAPI ::std::unique_ptr<::CompoundTag> save() const;
29 // NOLINTEND
30};
Definition CompoundTag.h:13
Definition ParticlesTeleportTrailEvent.h:14
MCAPI ::std::unique_ptr<::CompoundTag > save() const