3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/block/BlockType.h"
18class DriedGhastBlock :
public ::BlockType {
30 virtual int getVariant(
::Block const& block)
const ;
36 MCAPI DriedGhastBlock(::std::string
const& nameId,
int id);
46 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
56 MCAPI
int $getVariant(
::Block const& block)
const;
64 MCAPI
static void** $vftable();
Definition BlockPlaceEvent.h:18
Definition BlockQueuedTickEvent.h:18
Definition BlockSource.h:73
Definition BlockAnimateTickData.h:14