Description Usage Arguments Details Value See Also Examples
Find a Minecraft entity by name.
1 |
name |
Character string with a Minecraft entity name (can be a partial match) |
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.
Data frame with a row or set of rows from the output of
getEntityTypes() that match the queried name.
1 2 3 4 5 | ## Not run:
find_entity("HORSE")
find_entity("horse")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.