19 ::ll::TypedStorage<1, 1, bool> mRedstoneConductor;
20 ::ll::TypedStorage<1, 1, bool> mAllowsWireToStepDown;
25 BlockRedstoneDescription();
30 virtual ::std::string
const& getName()
const ;
36 virtual bool isNetworkComponent()
const ;
46 MCAPI BlockRedstoneDescription(
bool isRedstoneConductor,
bool allowsWireToStepDown);
58 MCAPI
static bool const& ALLOWS_WIRE_TO_STEP_DOWN_DEFAULT();
60 MCAPI static ::std::string
const& NameID();
62 MCAPI
static bool const& REDSTONE_CONDUCTOR_DEFAULT();
68 MCAPI
void* $ctor(
bool isRedstoneConductor,
bool allowsWireToStepDown);
74 MCAPI ::std::string
const& $getName()
const;
80 MCFOLD
bool $isNetworkComponent()
const;