Character string with a Minecraft entity name (can be a partial match)
Value
Data frame with a row or set of rows from the output of
getEntityTypes() that match the queried name.
Details
We first look to see whether there is an exact match to
the namex column in the output of getEntityTypes(). If there
is, we return that row. If not, we use grep() with
ignore.case=TRUE and return matching rows.