23class BlockItem :
public ::Item {
31 virtual ::ResolvedItemIconInfo getIconInfo(
::ItemStackBase const& item,
int,
bool)
const ;
33 virtual bool isValidAuxValue(
int auxValue)
const ;
38 virtual ::Brightness getLightEmission(
int data)
const ;
40 virtual bool isDestructive(
int)
const ;
42 virtual ::InteractionResult
53 MCAPI BlockItem(::std::string
const& name,
int id,
::HashedString const& blockName);
55 MCAPI
void _displayHeightLimitErrorMessages(
::Actor& actor,
int y,
bool displayClientSideOnly)
const;
61 MCAPI
void* $ctor(::std::string
const& name,
int id,
::HashedString const& blockName);
67 MCAPI ::ResolvedItemIconInfo $getIconInfo(
::ItemStackBase const& item,
int,
bool)
const;
69 MCAPI
bool $isValidAuxValue(
int auxValue)
const;
74 MCAPI ::Brightness $getLightEmission(
int data)
const;
76 MCAPI
bool $isDestructive(
int)
const;
78 MCAPI ::InteractionResult
89 MCAPI
static void** $vftable();