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/BlockComponentDescription.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 1
32 virtual ::std::string const& getName() const /*override*/;
33
34 // vIndex: 2
35 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
36
37 // vIndex: 4
38 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
39
40 // vIndex: 0
41 virtual ~BlockDestructionParticlesDescription() /*override*/;
42 // NOLINTEND
43
44public:
45 // member functions
46 // NOLINTBEGIN
47 MCAPI BlockDestructionParticlesDescription(::std::string texture, ::TintMethod tintMethod);
48 // NOLINTEND
49
50public:
51 // static variables
52 // NOLINTBEGIN
53 MCAPI static ::std::string const& NameID();
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCAPI void* $ctor(::std::string texture, ::TintMethod tintMethod);
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCAPI void $dtor();
66 // NOLINTEND
67
68public:
69 // virtual function thunks
70 // NOLINTBEGIN
71 MCAPI ::std::string const& $getName() const;
72
73 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
74
75 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
76 // NOLINTEND
77
78public:
79 // vftables
80 // NOLINTBEGIN
81 MCAPI static void** $vftable();
82 // NOLINTEND
83};
Definition BlockComponentStorage.h:8
Definition BlockComponentDescription.h:20
Definition BlockDestructionParticlesDescription.h:14
Definition Alias.h:14