forked from mtcontrib/mobs_redo
update api.txt
This commit is contained in:
1
api.txt
1
api.txt
@ -410,6 +410,7 @@ mob_class:day_docile() -- return True if mob docile during current daytime
|
|||||||
mob_class:mob_expire(pos, dtime) -- check if mob is to despawn
|
mob_class:mob_expire(pos, dtime) -- check if mob is to despawn
|
||||||
mob_class:get_nodes() -- get specific nodes around mob
|
mob_class:get_nodes() -- get specific nodes around mob
|
||||||
mob_class:on_blast(damage) -- function called when mob in blast area
|
mob_class:on_blast(damage) -- function called when mob in blast area
|
||||||
|
mob_class:is_inside(itemtable) -- returns True is mob collisionbox inside any node/group in table
|
||||||
|
|
||||||
|
|
||||||
Adding Mobs in World
|
Adding Mobs in World
|
||||||
|
Reference in New Issue
Block a user