LeviLamina
Loading...
Searching...
No Matches
CapacitorComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/redstone/circuit/components/CircuitComponentType.h"
7#include "mc/world/redstone/circuit/components/ProducerComponent.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 8, ::CircuitComponentType const> mCircuitComponentType;
14 // NOLINTEND
15
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 26
20 virtual uchar getPoweroutDirection() const;
21
22 // vIndex: 24
23 virtual ::CircuitComponentType getCircuitComponentType() const /*override*/;
24
25 // vIndex: 0
26 virtual ~CapacitorComponent() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI CapacitorComponent();
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCAPI void* $ctor();
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCFOLD uchar $getPoweroutDirection() const;
51
52 MCFOLD ::CircuitComponentType $getCircuitComponentType() const;
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCAPI static void** $vftable();
59 // NOLINTEND
60};
Definition CapacitorComponent.h:9
Definition ProducerComponent.h:17