public class ParseResult
Class ParseResult. Provides parseresult functionality for the Hytale server.
java.lang.Object > ParseResult
Field Summary
failed
private
boolean
failed
Field failed.
reasons
private
List
reasons
Field reasons.
builder
final
StringBuilder
builder
Field builder.
Method Detail
ParseResult
public
public
ParseResult
()
Method ParseResult.
fail
Method fail.
- Parameters:
@Nonnull final Messagereason@Nullable final Message...otherMessages
StringBuilder
public
new
StringBuilder
(reason.getAnsiMessage()
Method StringBuilder.
- Parameters:
reason.getAnsiMessage(reason.getAnsiMessage(
GeneralCommandException
public
new
GeneralCommandException
(Message.raw(builder.toString()
Method GeneralCommandException.
- Parameters:
Message.raw(builder.toString(Message.raw(builder.toString(
failed
public
boolean
failed
()
Method failed.