30class ArrowItem :
public ::ComponentItem {
34 ::ll::TypedStorage<8, 1344, ::ResolvedItemIconInfo[21]> mArrowIcons;
35 ::ll::TypedStorage<4, 84, ::Potion::PotionVariant[21]> mArrowVariants;
45 virtual ::Item& setIconInfo(::std::string
const& name,
int id) ;
47 virtual ::Actor* createProjectileActor(
60 virtual void appendFormattedHovertext(
64 bool const showCategory
67 virtual ::std::string buildEffectDescriptionName(
::ItemStackBase const& stack,
bool)
const ;
69 virtual bool isValidAuxValue(
int auxValue)
const ;
71 virtual ::ResolvedItemIconInfo
72 getIconInfo(
::ItemStackBase const& item,
int newAnimationFrame,
bool inInventoryPane)
const ;
74 virtual ~ArrowItem() =
default;
82 MCAPI ::std::shared_ptr<::Potion const> _potionExistsOrContentError(
int aux)
const;
86 MCAPI ::std::vector<::MobEffectInstance> getMobEffects(
int auxValue)
const;
98 MCAPI ::Item& $setIconInfo(::std::string
const& name,
int id);
100 MCAPI ::Actor* $createProjectileActor(
112 MCAPI
void $appendFormattedHovertext(
116 bool const showCategory
119 MCAPI ::std::string $buildEffectDescriptionName(
::ItemStackBase const& stack,
bool)
const;
121 MCAPI
bool $isValidAuxValue(
int auxValue)
const;
123 MCAPI ::ResolvedItemIconInfo
124 $getIconInfo(
::ItemStackBase const& item,
int newAnimationFrame,
bool inInventoryPane)
const;