22class RedStoneOreBlock :
public ::BlockType {
26 ::ll::TypedStorage<1, 1, bool> mLit;
44 virtual bool canBeOriginalSurface(
bool)
const ;
54 MCAPI RedStoneOreBlock(::std::string
const& nameId,
int id,
bool lit);
66 MCAPI
void* $ctor(::std::string
const& nameId,
int id,
bool lit);
80 MCFOLD
bool $canBeOriginalSurface(
bool)
const;
92 MCAPI
static void** $vftable();
Definition EntityContext.h:17