30 virtual int getVariant(
::Block const& block)
const ;
46 virtual void onRedstoneUpdate(
::BlockSource& region,
::BlockPos const& pos,
int strength,
bool isFirstTime)
const
55 virtual bool isValidAuxValue(
int value)
const ;
58 virtual bool isSignalSource()
const ;
61 virtual bool allowStateMismatchOnPlacement(
::Block const& clientTarget,
::Block const& serverTarget)
const
65 virtual ::Block
const& getRenderBlock()
const ;
68 virtual uchar getMappedFace(uchar face,
::Block const& block)
const ;
71 virtual ::Flip getFaceFlip(uchar face,
::Block const& block)
const ;
74 virtual void _addHardCodedBlockComponents(
::Experiments const&) ;
80 MCAPI
void _installCircuit(
::BlockSource& region,
::BlockPos const& pos,
bool calledFromLoad,
bool turnOn)
const;
95 MCAPI static ::Tick
const& MAX_TICK_DELAY();
101 MCAPI
int $getVariant(
::Block const& block)
const;
111 MCFOLD
void $onRedstoneUpdate(
::BlockSource& region,
::BlockPos const& pos,
int strength,
bool isFirstTime)
const;
116 MCAPI
bool $isValidAuxValue(
int value)
const;
118 MCFOLD
bool $isSignalSource()
const;
120 MCFOLD
bool $allowStateMismatchOnPlacement(
::Block const& clientTarget,
::Block const& serverTarget)
const;
122 MCAPI ::Block
const& $getRenderBlock()
const;
124 MCAPI uchar $getMappedFace(uchar face,
::Block const& block)
const;
126 MCAPI ::Flip $getFaceFlip(uchar face,
::Block const& block)
const;
128 MCAPI
void $_addHardCodedBlockComponents(
::Experiments const&);