Cuberite
A lightweight, fast and extensible game server for Minecraft
Silverfish.h
Go to the documentation of this file.
1 
2 #pragma once
3 
4 #include "AggressiveMonster.h"
5 
6 
7 
8 
9 
10 class cSilverfish :
11  public cAggressiveMonster
12 {
14 
15 public:
16  cSilverfish(void) :
17  super("Silverfish", mtSilverfish, "entity.silverfish.hurt", "entity.silverfish.death", 0.3, 0.4)
18  {
19  }
20 
22 } ;
23 
24 
25 
26 
cAggressiveMonster super
Definition: Silverfish.h:13
#define CLASS_PROTODEF(classname)
Definition: Entity.h:11
cSilverfish(void)
Definition: Silverfish.h:16