17class CoralFanBlockItem :
public ::BlockItem {
25 virtual bool isValidAuxValue(
int auxValue)
const ;
27 virtual int getLevelDataForAuxValue(
int auxValue)
const ;
29 virtual ::InteractionResult
37 MCAPI CoralFanBlockItem(::std::string
const& name,
int id);
43 MCAPI
void* $ctor(::std::string
const& name,
int id);
49 MCAPI
bool $isValidAuxValue(
int auxValue)
const;
51 MCFOLD
int $getLevelDataForAuxValue(
int auxValue)
const;
53 MCAPI ::InteractionResult
62 MCAPI
static void** $vftable();