Executing commands like: /tp @e[type=Monster] ~ ~1 ~ or /tp @e[type=Mob]= ~ ~1 ~ results in the error message "Entity type 'Monster/Mob' is invalid"
I do see these entity types (Monster/Mob) in calls to addClass in the static constructor of EntityList.java, but perhaps these entity types are unsupported rather than a bug?
Comments 2
The disposition of Mojang on this issue is that entity types of Mob and Monster returning "Entity type 'Mob/Monster' is invalid" is "Working as Intended"?
This wasn't a feature request. It was a report that two entity types listed in source code (in the static constructor of class EntityList; along with all the other entity names listed there that DO work) as being an aliased type of entity potentially usable by an entity selector appearing to not work.
I'll make a suggestion in /r/minecraftsuggestions if the official position is "Working as Intended", otherwise it's still a bug report (based on the source available in the Minecraft Mod Coder Pack).
This site is for bug reports only. For feature suggestions or changes please see: Minecraft Suggestions on Reddit.