20 ::ll::TypedStorage<8, 8, ::BlockSource&> mRegion;
21 ::ll::TypedStorage<2, 2, short> mSignalLevel;
22 ::ll::TypedStorage<2, 2, short> mPreviousSignalLevel;
23 ::ll::TypedStorage<1, 1, bool> mIsFirstTime;
28 BlockRedstoneUpdateEvent& operator=(BlockRedstoneUpdateEvent
const&);
29 BlockRedstoneUpdateEvent(BlockRedstoneUpdateEvent
const&);
30 BlockRedstoneUpdateEvent();
35 virtual ::BlockSource
const& getBlockSource()
const ;
41 MCAPI BlockRedstoneUpdateEvent(
45 short previousSignalLevel,
49 MCAPI
bool isClientSide()
const;
56 $ctor(
::BlockSource& region,
::BlockPos const& pos,
short signalLevel,
short previousSignalLevel,
bool isFirstTime);
62 MCFOLD ::BlockSource
const& $getBlockSource()
const;