3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/item/ItemStack.h"
14 ::ll::TypedStorage<8, 152, ::ItemStack> item;
15 ::ll::TypedStorage<8, 8, double> startTime;
16 ::ll::TypedStorage<4, 4, float> animationTime;
17 ::ll::TypedStorage<4, 4, float> sourcex;
18 ::ll::TypedStorage<4, 4, float> sourcey;
19 ::ll::TypedStorage<4, 4, float> destx;
20 ::ll::TypedStorage<4, 4, float> desty;
21 ::ll::TypedStorage<4, 4, float> sourceScale;
22 ::ll::TypedStorage<4, 4, float> destScale;
23 ::ll::TypedStorage<1, 1, bool> forceFoil;
28 FlyingItem& operator=(FlyingItem
const&);
34 MCAPI FlyingItem(::ui::FlyingItem
const&);
42 MCAPI
void* $ctor(::ui::FlyingItem
const&);
Definition FlyingItem.h:7