20class TrialSpawnerBlock :
public ::ActorBlock {
28 virtual ::AABB getCollisionShape(
35 virtual ::Brightness getLightEmission(
::Block const& block)
const ;
37 virtual int getVariant(
::Block const& block)
const ;
43 MCAPI TrialSpawnerBlock(::std::string
const& nameId,
int id);
49 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
55 MCFOLD ::AABB $getCollisionShape(
62 MCAPI ::Brightness $getLightEmission(
::Block const& block)
const;
64 MCAPI
int $getVariant(
::Block const& block)
const;
72 MCAPI
static void** $vftable();