23class AddItemActorPacket :
public ::Packet {
27 ::ll::TypedStorage<8, 24, ::std::vector<::std::unique_ptr<::DataItem>>> mData;
28 ::ll::TypedStorage<8, 8, ::SynchedActorDataEntityWrapper*> mEntityData;
29 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mId;
30 ::ll::TypedStorage<8, 8, ::ActorRuntimeID> mRuntimeId;
31 ::ll::TypedStorage<8, 96, ::NetworkItemStackDescriptor> mItem;
32 ::ll::TypedStorage<4, 12, ::Vec3> mPos;
33 ::ll::TypedStorage<4, 12, ::Vec3> mVelocity;
34 ::ll::TypedStorage<1, 1, bool> mIsFromFishing;
44 virtual ~AddItemActorPacket() =
default;
46 virtual ::MinecraftPacketIds getId()
const ;
48 virtual ::std::string getName()
const ;
58 MCAPI
explicit AddItemActorPacket(
::ItemActor& itemEntity);
70 MCFOLD ::MinecraftPacketIds $getId()
const;
72 MCAPI ::std::string $getName()
const;
84 MCAPI
static void** $vftable();