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<4, 4, int> mNextStrength;
22 ::ll::TypedStorage<1, 1, bool> mAttachedAllowed;
23 ::ll::TypedStorage<1, 1, bool> mStopPower;
24 ::ll::TypedStorage<8, 8, ::CircuitComponentType const> mCircuitComponentType;
34 virtual void setStrength(
int strength) ;
41 virtual bool canStopPower()
const ;
44 virtual void setStopPower(
bool bPower) ;
47 virtual ::CircuitComponentType getCircuitComponentType()
const ;
Definition BaseCircuitComponent.h:19
Definition CircuitSceneGraph.h:19
Definition CircuitSystem.h:15
Definition CircuitTrackingInfo.h:14
Definition ProducerComponent.h:17
static MCAPI void ** $vftable()
MCAPI bool $evaluate(::CircuitSystem &system, ::BlockPos const &pos)
MCAPI void $setStrength(int strength)
MCAPI ProducerComponent()
MCAPI void $setStopPower(bool bPower)
MCAPI::CircuitComponentType $getCircuitComponentType() const
MCAPI bool $allowConnection(::CircuitSceneGraph &graph, ::CircuitTrackingInfo const &info, bool &bDirectlyPowered)
MCAPI bool $canStopPower() const