public class MobEntityTypeParser extends TextParser<java.util.List<java.lang.Short>>
| Constructor and Description |
|---|
MobEntityTypeParser(MobMatcher matcher) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Short> |
parse(java.lang.String text)
Transforms the given text into an object.
|
getParameterQueue, parse, tryParse, tryParsepublic MobEntityTypeParser(MobMatcher matcher)
public java.util.List<java.lang.Short> parse(java.lang.String text)
throws ParsingException
TextParserparse in class TextParser<java.util.List<java.lang.Short>>text - - text to parse.ParsingException - The text cannot be transformed into a list of objects.