Uses of Interface
games.stendhal.common.ErrorDrain
Packages that use ErrorDrain
Package
Description
common classes for both server and client.
implements the NPC conversation parser.
-
Uses of ErrorDrain in games.stendhal.common
Classes in games.stendhal.common that implement ErrorDrainModifier and TypeClassDescriptionclassErrorBuffer stores and concatenates multiple error messages.Methods in games.stendhal.common with parameters of type ErrorDrainModifier 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
Classes in games.stendhal.common.parser that implement ErrorDrainModifier and TypeClassDescriptionfinal classParser for conversations with a SpeakerNPC This class parses strings in English language and returns them as Sentence objects.classConversationParser returns the parsed sentence in this class.final classSentenceImplementation contains the implementation details of building Sentence objects.Methods in games.stendhal.common.parser with parameters of type ErrorDrainModifier and TypeMethodDescriptionvoidExpression.parseAmount(String str, ErrorDrain errors) Parse the given numeric expression and assign the value to 'amount'.