LeviLamina
Loading...
Searching...
No Matches
BlockDestructionParticlesDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/TintMethod.h"
7#include "mc/world/level/block/components/NetworkedBlockComponentDescription.h"
8
9// auto generated forward declare list
10// clang-format off
12class Experiments;
13class SemVersion;
14namespace Json { class Value; }
15namespace cereal { struct ReflectionCtx; }
16// clang-format on
17
19: public ::NetworkedBlockComponentDescription<::BlockDestructionParticlesDescription> {
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<8, 32, ::std::string> mTexture;
24 ::ll::TypedStorage<1, 1, ::TintMethod> mTintMethod;
25 ::ll::TypedStorage<4, 4, int> mParticleCount;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 1
36 virtual ::std::string const& getName() const /*override*/;
37
38 // vIndex: 2
39 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
40
41 // vIndex: 4
42 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
43
44 // vIndex: 0
45 virtual ~BlockDestructionParticlesDescription() /*override*/;
46 // NOLINTEND
47
48public:
49 // member functions
50 // NOLINTBEGIN
51 MCAPI explicit BlockDestructionParticlesDescription(uchar particleNumber);
52
53 MCAPI BlockDestructionParticlesDescription(::std::string texture, ::TintMethod tintMethod, uchar particleNumber);
54 // NOLINTEND
55
56public:
57 // static functions
58 // NOLINTBEGIN
59 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
60
61 MCAPI static bool postParseConstraint(
62 ::Experiments const& experiments,
63 ::Json::Value const& componentJson,
64 ::SemVersion const& jsonVersion
65 );
66 // NOLINTEND
67
68public:
69 // static variables
70 // NOLINTBEGIN
71 MCAPI static uchar const& DEFAULT_NON_CUBE_PARTICLE_COUNT();
72
73 MCAPI static uchar const& DEFAULT_PARTICLE_COUNT();
74
75 MCAPI static ::std::string const& NameID();
76
77 MCAPI static ::std::string const& ParticleCountID();
78
79 MCAPI static ::std::string const& SchemaID();
80
81 MCAPI static ::std::string const& TextureID();
82
83 MCAPI static ::std::string const& TintMethodID();
84
85 MCAPI static ::SemVersion const& Version1_21_70();
86
87 MCAPI static ::SemVersion const& Version1_21_90();
88 // NOLINTEND
89
90public:
91 // constructor thunks
92 // NOLINTBEGIN
93 MCAPI void* $ctor(uchar particleNumber);
94
95 MCAPI void* $ctor(::std::string texture, ::TintMethod tintMethod, uchar particleNumber);
96 // NOLINTEND
97
98public:
99 // destructor thunk
100 // NOLINTBEGIN
101 MCFOLD void $dtor();
102 // NOLINTEND
103
104public:
105 // virtual function thunks
106 // NOLINTBEGIN
107 MCAPI ::std::string const& $getName() const;
108
109 MCFOLD void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
110
111 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
112 // NOLINTEND
113
114public:
115 // vftables
116 // NOLINTBEGIN
117 MCNAPI static void** $vftable();
118 // NOLINTEND
119};
Definition BlockComponentStorage.h:53
Definition Experiments.h:14
Definition Value.h:16
Definition NetworkedBlockComponentDescription.h:6
Definition SemVersion.h:16
Definition BlockDestructionParticlesDescription.h:19
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5