24 ::ll::TypedStorage<4, 12, ::Vec3> mPos;
25 ::ll::TypedStorage<4, 12, ::Vec3> mPosDelta;
26 ::ll::TypedStorage<4, 8, ::Vec2> mRotation;
27 ::ll::TypedStorage<4, 8, ::std::optional<float>> mVehicleAngularVelocity;
28 ::ll::TypedStorage<8, 8, ::PlayerInputTick> mTick;
29 ::ll::TypedStorage<1, 1, bool> mOnGround;
30 ::ll::TypedStorage<1, 1, ::RewindType> mPredictionType;
37 virtual ::MinecraftPacketIds getId()
const ;
40 virtual ::std::string getName()
const ;
61 MCAPI ::MinecraftPacketIds $getId()
const;
63 MCAPI ::std::string $getName()
const;
73 MCAPI
static void** $vftable();