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

50 lines
538 B
C

#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