summaryrefslogblamecommitdiffstats
path: root/src/Mobs/MonsterTypes.h
blob: 6aaa61dc68fd0009ef6e118690a8205967792a18 (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,
	mtWolf,
	mtZombie,
	mtZombiePigman,
} ;

// tolua_end