LeviLamina
Loading...
Searching...
No Matches
BlockDestructibleByExplosionDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/components/BlockComponentDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 1
30 virtual ::std::string const& getName() const /*override*/;
31
32 // vIndex: 2
33 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
34
35 // vIndex: 4
36 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
37
38 // vIndex: 0
39 virtual ~BlockDestructibleByExplosionDescription() /*override*/;
40 // NOLINTEND
41
42public:
43 // member functions
44 // NOLINTBEGIN
45 MCAPI explicit BlockDestructibleByExplosionDescription(float explosionResistance);
46 // NOLINTEND
47
48public:
49 // static variables
50 // NOLINTBEGIN
51 MCAPI static ::std::string const& NameID();
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCAPI void* $ctor(float explosionResistance);
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCFOLD void $dtor();
64 // NOLINTEND
65
66public:
67 // virtual function thunks
68 // NOLINTBEGIN
69 MCAPI ::std::string const& $getName() const;
70
71 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
72
73 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
74 // NOLINTEND
75
76public:
77 // vftables
78 // NOLINTBEGIN
79 MCAPI static void** $vftable();
80 // NOLINTEND
81};
Definition BlockComponentStorage.h:8
Definition BlockComponentDescription.h:20
Definition BlockDestructibleByExplosionDescription.h:13
Definition Alias.h:14