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
// virtual function thunks
38
// NOLINTBEGIN
39
MCNAPI
bool
$allowConnection
(
::CircuitSceneGraph
& graph,
::CircuitTrackingInfo
const
& info,
bool
& bDirectlyPowered);
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCNAPI
static
void
**
$vftable
();
46
// NOLINTEND
47
};
CircuitSceneGraph
Definition
CircuitSceneGraph.h:19
CircuitTrackingInfo
Definition
CircuitTrackingInfo.h:14
DirectionalProducerComponent
Definition
DirectionalProducerComponent.h:14
DirectionalProducerComponent::$allowConnection
MCAPI bool $allowConnection(::CircuitSceneGraph &graph, ::CircuitTrackingInfo const &info, bool &bDirectlyPowered)
DirectionalProducerComponent::$vftable
static MCAPI void ** $vftable()
ProducerComponent
Definition
ProducerComponent.h:17
src
mc
world
redstone
circuit
components
DirectionalProducerComponent.h
Generated on Fri Jun 13 2025 05:05:26 for LeviLamina by
1.12.0