at (x) - Returns map monsters x in total order. count - Returns count of monsters group on map. exists - Returns if it exists. get (x, y, pos) - Returns monsters on map x,y. if pos is not defined then returns first monster else returns monster in pos order on this field. getByName (name) - Returns monsters on map, which has set value name to nameield. new (x, y, name, count) - Creates new mapMonster on map x,y, with monster name in first line.