17class SaddleItem :
public ::Item {
32 MCAPI SaddleItem(::std::string
const& nameId,
short id);
38 MCAPI
static bool _tryEquipSaddleViaComponents(
::Actor& actor,
::ItemStack const& saddle);
40 MCAPI
static bool _tryEquipSaddleViaEvents(
::Actor& actor);
46 MCAPI
void* $ctor(::std::string
const& nameId,
short id);
60 MCAPI
static void** $vftable();