17class NetherReactorBlockActor :
public ::BlockActor {
21 ::ll::TypedStorage<1, 1, bool> mIsInitialized;
22 ::ll::TypedStorage<1, 1, bool> mHasFinished;
23 ::ll::TypedStorage<2, 2, short> mProgress;
28 NetherReactorBlockActor();
41 MCAPI
explicit NetherReactorBlockActor(
::BlockPos const& pos);
63 MCAPI
static void** $vftable();
Definition SaveContext.h:5