summaryrefslogblamecommitdiffstats
path: root/src/Mobs/MonsterTypes.h
blob: ea51f35390c405f47ac493cd5782b79b95eee256 (plain) (tree)
1
2
3
4
5
6
7
8
9


            


 
 
              
                                          


                           
 



























                      
                         


                       
                         
   
 
            

#pragma once





// tolua_begin
/** Identifies individual monster type. */
enum eMonsterType
{
	mtInvalidType = -1,

	mtBat,
	mtBlaze,
	mtCaveSpider,
	mtChicken,
	mtCow,
	mtCreeper,
	mtEnderDragon,
	mtEnderman,
	mtGhast,
	mtGiant,
	mtGuardian,
	mtHorse,
	mtIronGolem,
	mtMagmaCube,
	mtMooshroom,
	mtOcelot,
	mtPig,
	mtRabbit,
	mtSheep,
	mtSilverfish,
	mtSkeleton,
	mtSlime,
	mtSnowGolem,
	mtSpider,
	mtSquid,
	mtVillager,
	mtWitch,
	mtWither,
	mtWitherSkeleton,
	mtWolf,
	mtZombie,
	mtZombiePigman,
	mtZombieVillager,
} ;

// tolua_end