LeviLamina
Loading...
Searching...
No Matches
SpawnParticleEffectPacketPayload.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#include "mc/legacy/ActorUniqueID.h"
8#include "mc/util/MolangVariableMap.h"
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<1, 1, uchar> mVanillaDimensionId;
15 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mActorId;
16 ::ll::TypedStorage<4, 12, ::Vec3> mPos;
17 ::ll::TypedStorage<8, 32, ::std::string> mEffectName;
18 ::ll::TypedStorage<8, 64, ::std::optional<::MolangVariableMap>> mMolangVariables;
19 // NOLINTEND
20
21public:
24
25public:
26 // member functions
27 // NOLINTBEGIN
29 ::Vec3 const& pos,
30 ::std::string const& name,
31 uchar vanillaDimensionId,
32 ::std::optional<::MolangVariableMap> molangVariables
33 );
34
35 MCAPI ::SpawnParticleEffectPacketPayload& operator=(::SpawnParticleEffectPacketPayload const&);
36
37 MCAPI ::SpawnParticleEffectPacketPayload& operator=(::SpawnParticleEffectPacketPayload&&);
38
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void* $ctor(
46 ::Vec3 const& pos,
47 ::std::string const& name,
48 uchar vanillaDimensionId,
49 ::std::optional<::MolangVariableMap> molangVariables
50 );
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCAPI void $dtor();
57 // NOLINTEND
58};
Definition Vec3.h:10
Definition SpawnParticleEffectPacketPayload.h:10