diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Monster.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h index 410754663..0127ec4ce 100644 --- a/src/Mobs/Monster.h +++ b/src/Mobs/Monster.h @@ -108,6 +108,10 @@ public: /** Reads the monster configuration for the specified monster name and assigns it to this object. */ void GetMonsterConfig(const AString & a_Name); + /** Returns whether this mob spawns in the Nether in Vanilla. + This is a fixed value and is not affected by custom mob spawning settings. */ + virtual bool IsNetherNative(void); + /** Returns whether this mob is undead (skeleton, zombie, etc.) */ virtual bool IsUndead(void); |