summaryrefslogtreecommitdiffstats
path: root/src/Entities/Entity.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-12-16 23:14:44 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-12-16 23:14:44 +0100
commited80ff9fc8c7bd29b696652b3741c16249c26c3b (patch)
treef48222cf7c4d15bd7afb74950d222372f5065e99 /src/Entities/Entity.h
parentAPIDump: Ignoring the multi-inheritance members. (diff)
parentBoats spawn on top of a block. not between 4 blocks. (diff)
downloadcuberite-ed80ff9fc8c7bd29b696652b3741c16249c26c3b.tar
cuberite-ed80ff9fc8c7bd29b696652b3741c16249c26c3b.tar.gz
cuberite-ed80ff9fc8c7bd29b696652b3741c16249c26c3b.tar.bz2
cuberite-ed80ff9fc8c7bd29b696652b3741c16249c26c3b.tar.lz
cuberite-ed80ff9fc8c7bd29b696652b3741c16249c26c3b.tar.xz
cuberite-ed80ff9fc8c7bd29b696652b3741c16249c26c3b.tar.zst
cuberite-ed80ff9fc8c7bd29b696652b3741c16249c26c3b.zip
Diffstat (limited to 'src/Entities/Entity.h')
-rw-r--r--src/Entities/Entity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Entities/Entity.h b/src/Entities/Entity.h
index de5f176ae..8d1692c98 100644
--- a/src/Entities/Entity.h
+++ b/src/Entities/Entity.h
@@ -197,6 +197,7 @@ public:
void AddSpeedY (double a_AddSpeedY);
void AddSpeedZ (double a_AddSpeedZ);
+ virtual void HandleSpeedFromAttachee(float a_Forward, float a_Sideways);
void SteerVehicle(float a_Forward, float a_Sideways);
inline int GetUniqueID(void) const { return m_UniqueID; }