17class StainedGlassBlock :
public ::BlockType {
21 ::ll::TypedStorage<1, 1, bool> mDoesDrops;
22 ::ll::TypedStorage<1, 1, bool> mDoesNotCollideWithCamera;
32 virtual bool getCollisionShapeForCamera(
45 MCAPI StainedGlassBlock(::std::string
const& nameId,
int id,
bool doesDrops,
bool doesNotCollideWithCamera);
51 MCAPI static ::BaseGameVersion
const& STAINED_GLASS_DOESNT_BREAK_FALLING_BLOCK_VERSION();
57 MCAPI
void* $ctor(::std::string
const& nameId,
int id,
bool doesDrops,
bool doesNotCollideWithCamera);
63 MCAPI
bool $getCollisionShapeForCamera(
78 MCAPI
static void** $vftable();