19 ::ll::TypedStorage<4, 12, ::Vec3> mOffset;
20 ::ll::TypedStorage<1, 1, bool> mRelativeX;
21 ::ll::TypedStorage<1, 1, bool> mRelativeY;
22 ::ll::TypedStorage<1, 1, bool> mRelativeZ;
23 ::ll::TypedStorage<1, 1, bool> mLocal;
29 auto pos = getPosition(version, origin, offset);
30 result.x = pos.x + 0.001f;
31 result.y = pos.y + 0.001f;
32 result.z = pos.z + 0.001f;
39 MCAPI ::Vec3 getPosition(
int version,
::CommandOrigin const& origin,
::Vec3 const& offsetFromBase)
const;