24class BoatItem :
public ::Item {
28 ::ll::TypedStorage<4, 4, int> mWoodType;
38 virtual bool isLiquidClipItem()
const ;
40 virtual bool isValidAuxValue(
int auxValue)
const ;
42 virtual ::ResolvedItemIconInfo getIconInfo(
::ItemStackBase const&,
int,
bool)
const ;
46 virtual bool isStackedByData()
const ;
51 virtual ::InteractionResult
55 virtual ::ActorType _getActorType()
const;
61 MCAPI BoatItem(::std::string
const& name,
int id,
int woodType);
67 MCAPI
void* $ctor(::std::string
const& name,
int id,
int woodType);
73 MCFOLD
bool $isLiquidClipItem()
const;
75 MCFOLD
bool $isValidAuxValue(
int auxValue)
const;
77 MCAPI ::ResolvedItemIconInfo $getIconInfo(
::ItemStackBase const&,
int,
bool)
const;
81 MCFOLD
bool $isStackedByData()
const;
85 MCAPI ::InteractionResult
88 MCFOLD ::ActorType $_getActorType()
const;
96 MCAPI
static void** $vftable();