LeviLamina
Loading...
Searching...
No Matches
BlockFlammableDescription.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
11namespace cereal { struct ReflectionCtx; }
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: 0
38 virtual ~BlockFlammableDescription() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
45 // NOLINTEND
46
47public:
48 // static variables
49 // NOLINTBEGIN
50 MCNAPI static int const& CATCH_CHANCE_DEFAULT();
51
52 MCNAPI static int const& DESTROY_CHANCE_DEFAULT();
53
54 MCNAPI static ::std::string const& NameID();
55 // NOLINTEND
56
57public:
58 // virtual function thunks
59 // NOLINTBEGIN
60 MCNAPI ::std::string const& $getName() const;
61
62 MCNAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCNAPI static void** $vftable();
69 // NOLINTEND
70};
Definition BlockComponentStorage.h:8
Definition BlockComponentDescription.h:20
Definition BlockFlammableDescription.h:14
MCAPI void $initializeComponent(::BlockComponentStorage &blockComponentStorage) const
static MCAPI ::std::string const & NameID()
static MCAPI void ** $vftable()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI::std::string const & $getName() const
static MCAPI int const & DESTROY_CHANCE_DEFAULT()
static MCAPI int const & CATCH_CHANCE_DEFAULT()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14