3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/redstone/circuit/components/BaseCircuitComponent.h"
7#include "mc/world/redstone/circuit/components/CircuitComponentType.h"
21 ::ll::TypedStorage<1, 1, bool> mSecondaryPowered;
22 ::ll::TypedStorage<1, 1, bool> mPropagatePower;
23 ::ll::TypedStorage<1, 1, bool> mPromotedToProducer;
24 ::ll::TypedStorage<1, 1, bool> mAcceptHalfPulse;
25 ::ll::TypedStorage<1, 1, bool> mAcceptSameDirection;
26 ::ll::TypedStorage<8, 8, ::CircuitComponentType const> mCircuitComponentType;
40 virtual bool addSource(
44 bool& bDirectlyPowered
48 virtual bool canConsumerPower()
const ;
51 virtual bool isSecondaryPowered()
const ;
54 virtual ::CircuitComponentType getCircuitComponentType()
const ;
Definition BaseCircuitComponent.h:19
Definition CircuitSceneGraph.h:19
Definition CircuitSystem.h:15
Definition CircuitTrackingInfo.h:14
Definition ConsumerComponent.h:17
MCAPI::CircuitComponentType $getCircuitComponentType() const
MCAPI ConsumerComponent()
MCAPI bool $addSource(::CircuitSceneGraph &graph, ::CircuitTrackingInfo const &info, int &dampening, bool &bDirectlyPowered)
MCAPI bool $evaluate(::CircuitSystem &system, ::BlockPos const &pos)
MCAPI bool $canConsumerPower() const
MCAPI bool $isSecondaryPowered() const
MCAPI bool $allowConnection(::CircuitSceneGraph &graph, ::CircuitTrackingInfo const &info, bool &bDirectlyPowered)
static MCAPI void ** $vftable()