1
0
Fork 0
cuberite-2a/src/Mobs/MonsterTypes.h

48 lines
500 B
C
Raw Normal View History

#pragma once
2015-07-31 14:49:10 +00:00
// tolua_begin
/** Identifies individual monster type. */
enum eMonsterType
{
mtInvalidType = -1,
2016-02-05 21:45:45 +00:00
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,
} ;
2014-10-05 20:09:19 +00:00
// tolua_end