LeviLamina
Loading...
Searching...
No Matches
DirectionalProducerComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/redstone/circuit/components/ProducerComponent.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
CircuitSceneGraph
;
11
class
CircuitTrackingInfo
;
12
// clang-format on
13
14
class
DirectionalProducerComponent
:
public
::ProducerComponent
{
15
public
:
16
// DirectionalProducerComponent inner types define
17
using
AllowedConnections = ::std::bitset<6>;
18
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<4, 4, ::std::bitset<6>> mAllowedConnections;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
// vIndex: 12
29
virtual
bool
30
allowConnection(
::CircuitSceneGraph
& graph,
::CircuitTrackingInfo
const
& info,
bool
& bDirectlyPowered)
/*override*/
;
31
32
// vIndex: 0
33
virtual
~DirectionalProducerComponent
()
/*override*/
=
default
;
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCAPI
bool
$allowConnection(
::CircuitSceneGraph
& graph,
::CircuitTrackingInfo
const
& info,
bool
& bDirectlyPowered);
46
// NOLINTEND
47
48
public
:
49
// vftables
50
// NOLINTBEGIN
51
MCAPI
static
void
** $vftable();
52
// NOLINTEND
53
};
CircuitSceneGraph
Definition
CircuitSceneGraph.h:19
CircuitTrackingInfo
Definition
CircuitTrackingInfo.h:14
DirectionalProducerComponent
Definition
DirectionalProducerComponent.h:14
ProducerComponent
Definition
ProducerComponent.h:17
src
mc
world
redstone
circuit
components
DirectionalProducerComponent.h
Generated on Sat Apr 26 2025 05:56:33 for LeviLamina by
1.12.0