aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/Silverfish.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/Silverfish.h')
-rw-r--r--Minecraft.World/Silverfish.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Minecraft.World/Silverfish.h b/Minecraft.World/Silverfish.h
index 0fd0cc06..e954fff1 100644
--- a/Minecraft.World/Silverfish.h
+++ b/Minecraft.World/Silverfish.h
@@ -13,9 +13,8 @@ private:
public:
Silverfish(Level *level);
- virtual int getMaxHealth();
-
protected:
+ virtual void registerAttributes();
virtual bool makeStepSound();
virtual shared_ptr<Entity> findAttackTarget();
@@ -24,7 +23,7 @@ protected:
virtual int getDeathSound();
public:
- virtual bool hurt(DamageSource *source, int dmg);
+ virtual bool hurt(DamageSource *source, float dmg);
protected:
virtual void checkHurtTarget(shared_ptr<Entity> target, float d);