21class BeehiveBlock :
public ::FaceDirectionalActorBlock {
29 virtual int getVariant(
::Block const& block)
const ;
33 virtual bool hasComparatorSignal()
const ;
40 virtual ::Block
const* getNextBlockPermutation(
::Block const& currentBlock)
const ;
42 virtual uchar getMappedFace(uchar face,
::Block const& block)
const ;
48 MCAPI BeehiveBlock(::std::string
const& nameId,
int id);
50 MCAPI
void _fillHoneyBottle(
80 MCAPI static ::ItemStack
83 MCAPI
static bool hasHoneyToHarvest(
::Block const& block);
91 MCAPI
void* $ctor(::std::string
const& nameId,
int id);
97 MCAPI
int $getVariant(
::Block const& block)
const;
101 MCFOLD
bool $hasComparatorSignal()
const;
107 MCAPI ::Block
const* $getNextBlockPermutation(
::Block const& currentBlock)
const;
109 MCAPI uchar $getMappedFace(uchar face,
::Block const& block)
const;