local e = nearestEntity_get()
local e = nearestEntity_get("minecraft:cow")
{
x = number,
y = number,
z = number,
id = string,
name = string,
is_player = bool,
is_mob = bool,
is_living = bool,
is_ageable = bool,
is_monster = bool,
is_animal = bool,
is_item = bool,
is_baby = bool
}
Returns nil if none found.