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
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37 // vIndex: 1
38 virtual ::std::string const& getName() const /*override*/;
39
40 // vIndex: 2
41 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
42
43 // vIndex: 4
44 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
45
46 // vIndex: 0
47 virtual ~BlockDestructionParticlesDescription() /*override*/;
48 // NOLINTEND
49
50public:
51 // member functions
52 // NOLINTBEGIN
53 MCNAPI explicit BlockDestructionParticlesDescription(uchar particleNumber);
54
55 MCNAPI BlockDestructionParticlesDescription(::std::string texture, ::TintMethod tintMethod, uchar particleNumber);
56 // NOLINTEND
57
58public:
59 // static functions
60 // NOLINTBEGIN
61 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
62
63 MCNAPI static bool postParseConstraint(
64 ::Experiments const& experiments,
65 ::Json::Value const& componentJson,
66 ::SemVersion const& jsonVersion
67 );
68 // NOLINTEND
69
70public:
71 // static variables
72 // NOLINTBEGIN
73 MCNAPI static uchar const& DEFAULT_NON_CUBE_PARTICLE_COUNT();
74
75 MCNAPI static uchar const& DEFAULT_PARTICLE_COUNT();
76
77 MCNAPI static ::std::string const& NameID();
78
79 MCNAPI static ::std::string const& ParticleCountID();
80
81 MCNAPI static ::std::string const& SchemaID();
82
83 MCNAPI static ::std::string const& TextureID();
84
85 MCNAPI static ::std::string const& TintMethodID();
86
87 MCNAPI static ::SemVersion const& Version1_21_70();
88
89 MCNAPI static ::SemVersion const& Version1_21_90();
90 // NOLINTEND
91
92public:
93 // constructor thunks
94 // NOLINTBEGIN
95 MCNAPI void* $ctor(uchar particleNumber);
96
97 MCNAPI void* $ctor(::std::string texture, ::TintMethod tintMethod, uchar particleNumber);
98 // NOLINTEND
99
100public:
101 // destructor thunk
102 // NOLINTBEGIN
103 MCNAPI void $dtor();
104 // NOLINTEND
105
106public:
107 // virtual function thunks
108 // NOLINTBEGIN
109 MCNAPI ::std::string const& $getName() const;
110
111 MCNAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
112
113 MCNAPI void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
114 // NOLINTEND
115
116public:
117 // vftables
118 // NOLINTBEGIN
119 MCNAPI static void** $vftable();
120 // NOLINTEND
121};
Definition BlockComponentStorage.h:10
Definition Experiments.h:14
Definition Value.h:16
Definition NetworkedBlockComponentDescription.h:6
Definition SemVersion.h:16
Definition BlockDestructionParticlesDescription.h:19
MCAPI::std::string const & $getName() const
static MCAPI uchar const & DEFAULT_PARTICLE_COUNT()
static MCAPI void ** $vftable()
MCAPI BlockDestructionParticlesDescription(::std::string texture, ::TintMethod tintMethod, uchar particleNumber)
static MCAPI ::SemVersion const & Version1_21_70()
static MCAPI ::std::string const & NameID()
static MCAPI bool postParseConstraint(::Experiments const &experiments, ::Json::Value const &componentJson, ::SemVersion const &jsonVersion)
MCAPI void * $ctor(::std::string texture, ::TintMethod tintMethod, uchar particleNumber)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(uchar particleNumber)
static MCAPI uchar const & DEFAULT_NON_CUBE_PARTICLE_COUNT()
static MCAPI ::std::string const & TintMethodID()
static MCAPI ::std::string const & ParticleCountID()
static MCAPI ::std::string const & SchemaID()
static MCAPI ::std::string const & TextureID()
static MCAPI ::SemVersion const & Version1_21_90()
MCAPI void $initializeComponentFromCode(::BlockComponentStorage &blockComponentStorage) const
MCAPI void $initializeComponent(::BlockComponentStorage &blockComponentStorage) const
MCAPI BlockDestructionParticlesDescription(uchar particleNumber)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14