summaryrefslogtreecommitdiffstats
path: root/src/Entities/WitherSkullEntity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Entities/WitherSkullEntity.h')
-rw-r--r--src/Entities/WitherSkullEntity.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/src/Entities/WitherSkullEntity.h b/src/Entities/WitherSkullEntity.h
index f335b1da7..a37e7b5a4 100644
--- a/src/Entities/WitherSkullEntity.h
+++ b/src/Entities/WitherSkullEntity.h
@@ -17,27 +17,20 @@
// tolua_begin
-class cWitherSkullEntity :
-public cProjectileEntity
+class cWitherSkullEntity : public cProjectileEntity
{
// tolua_end
using Super = cProjectileEntity;
-public: // tolua_export
-
+ public: // tolua_export
CLASS_PROTODEF(cWitherSkullEntity)
cWitherSkullEntity(cEntity * a_Creator, Vector3d a_Pos, Vector3d a_Speed);
-protected:
-
+ protected:
// cProjectileEntity overrides:
virtual void OnHitSolidBlock(Vector3d a_HitPos, eBlockFace a_HitFace) override;
virtual void OnHitEntity(cEntity & a_EntityHit, Vector3d a_HitPos) override;
-} ; // tolua_export
-
-
-
-
+}; // tolua_export