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 ;
42 virtual ~BlockRedstoneDescription() ;
48 MCAPI BlockRedstoneDescription(
bool isRedstoneConductor,
bool allowsWireToStepDown);
60 MCAPI
static bool const& ALLOWS_WIRE_TO_STEP_DOWN_DEFAULT();
62 MCAPI static ::std::string
const& NameID();
64 MCAPI
static bool const& REDSTONE_CONDUCTOR_DEFAULT();
70 MCAPI
void* $ctor(
bool isRedstoneConductor,
bool allowsWireToStepDown);
82 MCAPI ::std::string
const& $getName()
const;
88 MCFOLD
bool $isNetworkComponent()
const;