LeviLamina
Loading...
Searching...
No Matches
BlockRedstoneConsumerDescription.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
18 ::ll::TypedStorage<1, 1, schar> mMinPower;
19 ::ll::TypedStorage<1, 1, bool> mPropagatePower;
20 ::ll::TypedStorage<1, 1, bool> mConsumePowerAnyDirection;
21 ::ll::TypedStorage<1, 1, bool> mAcceptSameDirection;
22 ::ll::TypedStorage<1, 1, bool> mAcceptHalfPulse;
23 ::ll::TypedStorage<1, 1, bool> mIgnoreFirstUpdate;
24 // NOLINTEND
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ::std::string const& getName() const /*override*/;
30
31 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
32
33 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
34
35 virtual ~BlockRedstoneConsumerDescription() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
42 // NOLINTEND
43
44public:
45 // static variables
46 // NOLINTBEGIN
47 MCAPI static ::std::string const& NameID();
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCAPI ::std::string const& $getName() const;
54
55 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
56
57 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
58
59
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCNAPI static void** $vftable();
66 // NOLINTEND
67};
Definition BlockComponentStorage.h:58
Definition BlockRedstoneConsumerDescription.h:14
static MCAPI void ** $vftable()
Definition BlockComponentDescription.h:20
Definition ReflectionCtx.h:11
Definition ctx.h:5