26 ::ll::TypedStorage<8, 8, ::BaseCircuitComponent*> mComponent;
27 ::ll::TypedStorage<4, 12, ::BlockPos> mPos;
28 ::ll::TypedStorage<1, 1, uchar> mDirection;
29 ::ll::TypedStorage<8, 8, ::CircuitComponentType> mTypeID;
36 ::ll::TypedStorage<8, 32, ::CircuitTrackingInfo::Entry> mCurrent;
37 ::ll::TypedStorage<8, 32, ::CircuitTrackingInfo::Entry> mPower;
38 ::ll::TypedStorage<8, 32, ::CircuitTrackingInfo::Entry> mNearest;
39 ::ll::TypedStorage<8, 32, ::CircuitTrackingInfo::Entry> m2ndNearest;
40 ::ll::TypedStorage<4, 4, int> mDampening;
41 ::ll::TypedStorage<1, 1, bool> mDirectlyPowered;
42 ::ll::TypedStorage<4, 4, int> mData;
54 MCAPI
void* $ctor(::gsl::not_null<::BaseCircuitComponent*> component,
::BlockPos const& pos,
int dampening);
Definition CircuitTrackingInfo.h:22