extractMobNames: Extract mob names from mob stat ID

Description Usage Arguments Value Note Examples

Description

Extract common mob names from a list of mob stats. Uses strings.mobs for substitutions of some mob names.

Usage

1
extractMobNames(stat = NULL, mobData = NULL)

Arguments

stat

The mob stat(s) from which mob names should be extracted

mobData

Dataset of descirptive strings, defaults to strings.mobs

Value

Vector of mob names, adjusted for readability

Note

Required to produce mobStats, see getMobStats

Examples

1
extractMobNames(stat = "killEntity.PigZombie", mobData = wurstmineR::strings.mobs)

jemus42/wurstmineR documentation built on May 19, 2019, 4:03 a.m.