Uses of Interface
games.stendhal.common.ErrorDrain
Package
Description
common classes for both server and client.
implements the NPC conversation parser.
-
Uses of ErrorDrain in games.stendhal.common
Modifier and TypeClassDescriptionclass
ErrorBuffer stores and concatenates multiple error messages.Modifier and TypeMethodDescriptionCommandlineParser.getNextParameter(ErrorDrain errors)
Read next command line parameter considering quoting.CommandlineParser.readAllParameters(ErrorDrain errors)
Read all remaining parameters into a String list. -
Uses of ErrorDrain in games.stendhal.common.parser
Modifier and TypeClassDescriptionclass
Parser for conversations with a SpeakerNPC This class parses strings in English language and returns them as Sentence objects.class
ConversationParser returns the parsed sentence in this class.class
SentenceImplementation contains the implementation details of building Sentence objects.Modifier and TypeMethodDescriptionvoid
Expression.parseAmount(String str, ErrorDrain errors)
Parse the given numeric expression and assign the value to 'amount'.