3#include "mc/_HeaderOutputPredefine.h"
11namespace PushableByEntityUtility {
14MCAPI
void pullToRide(::Actor& owner, ::Actor& other);
16MCAPI
void push(::Actor& owner, ::Vec3
const& vec);
18MCAPI
void push(::Actor& owner, ::Actor& other,
bool pushSelfOnly);
20MCAPI
bool skipPush(::Actor& owner, ::Actor& other);