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