From fc49ace897fadb4c3d555dd05974c51a97cd9d6a Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Mon, 22 May 2017 17:41:41 +0200 Subject: Spawn eggs works again --- src/Mobs/Monster.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Mobs/Monster.h') diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h index cb1e73942..a4d256578 100644 --- a/src/Mobs/Monster.h +++ b/src/Mobs/Monster.h @@ -160,6 +160,9 @@ public: // tolua_end + /** Translates the MobType enum to the vanilla nbt name */ + static AString MobTypeToVanillaNBT(eMonsterType a_MobType); + /** Sets the target that this mob will chase. Pass a nullptr to unset. */ void SetTarget (cPawn * a_NewTarget); -- cgit v1.2.3