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
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15struct BlockDestructibleByExplosionDescription : public ::BlockComponentDescription {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, float> mExplosionResistance;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 BlockDestructibleByExplosionDescription();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ::std::string const& getName() const /*override*/;
30
31 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
32
33 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCAPI explicit BlockDestructibleByExplosionDescription(float explosionResistance);
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
46
47 MCAPI static void registerVersionUpgrades(::CerealSchemaUpgradeSet& schemaUpgrades);
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(float explosionResistance);
60 // NOLINTEND
61
62public:
63 // virtual function thunks
64 // NOLINTBEGIN
65 MCAPI ::std::string const& $getName() const;
66
67 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
68
69 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
70
71
72 // NOLINTEND
73
74public:
75 // vftables
76 // NOLINTBEGIN
77 MCNAPI static void** $vftable();
78 // NOLINTEND
79};
Definition BlockComponentStorage.h:63
Definition CerealSchemaUpgradeSet.h:10
Definition BlockComponentDescription.h:20
Definition ReflectionCtx.h:11
Definition ctx.h:5