LeviLamina
Loading...
Searching...
No Matches
ParticlesPointCloudEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/comprehensive/ParticleType.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
CompoundTag
;
11
class
Vec3
;
12
// clang-format on
13
14
class
ParticlesPointCloudEvent
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<4, 4, ::ParticleType> mParticleType;
19
::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::Vec3, ::Vec3>>> mParticles;
20
// NOLINTEND
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCNAPI
void
load
(
::CompoundTag
const
& data);
26
27
MCNAPI
~ParticlesPointCloudEvent
();
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCNAPI
void
$dtor
();
34
// NOLINTEND
35
};
CompoundTag
Definition
CompoundTag.h:23
ParticlesPointCloudEvent
Definition
ParticlesPointCloudEvent.h:5
ParticlesPointCloudEvent::load
MCAPI void load(::CompoundTag const &data)
ParticlesPointCloudEvent::~ParticlesPointCloudEvent
MCAPI ~ParticlesPointCloudEvent()
ParticlesPointCloudEvent::$dtor
MCAPI void $dtor()
Vec3
Definition
Vec3.h:10
src-client
mc
world
level
ParticlesPointCloudEvent.h
Generated on
for LeviLamina by
1.16.1