3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/item/ChemistryStickItem.h"
54 virtual ::ResolvedItemIconInfo
55 getIconInfo(
::ItemStackBase const& item,
int newAnimationFrame,
bool inInventoryPane)
const ;
62 virtual ::Item& setIconInfo(::std::string
const& name,
int id) ;
65 virtual bool isHandEquipped() const ;
68 virtual ::
Brightness getLightEmission(
int auxValue) const ;
93 $getIconInfo(::
ItemStackBase const& item,
int newAnimationFrame,
bool inInventoryPane) const;
95 MCAPI
bool $inventoryTick(::
ItemStack& item, ::
Level& level, ::
Actor& owner,
int slot,
bool selected) const;
97 MCFOLD ::
Item& $setIconInfo(::
std::
string const& name,
int id);
99 MCFOLD
bool $isHandEquipped() const;
101 MCFOLD ::
Brightness $getLightEmission(
int auxValue) const;
107 MCAPI static
void** $vftable();
Definition ChemistryStickItem.h:21
Definition CompoundTag.h:13
Definition ItemDescriptor.h:22
Definition ItemStackBase.h:35
Definition ItemStack.h:25
Definition SparklerItem.h:21
Definition Brightness.h:8
Definition ResolvedItemIconInfo.h:8
Definition SparklerItem.h:29