Mobj is an abbreviation for map object: players, items, monsters, missiles, etc.

The engine defines a basic mobj_t struct, which the game modules can extend. The extended version of the struct must begin with the engine's mobj_t, because the engine accesses mobj data directly.