Class ParseResult
java.lang.Object
com.hypixel.hytale.server.core.command.system.ParseResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate final boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidbooleanfailed()voidsendMessages(CommandSender sender)
-
Field Details
-
failed
private boolean failed -
reasons
-
throwExceptionWhenFailed
private final boolean throwExceptionWhenFailed
-
-
Constructor Details
-
ParseResult
public ParseResult() -
ParseResult
public ParseResult(boolean throwExceptionWhenFailed)
-
-
Method Details
-
fail
-
fail
-
failed
public boolean failed() -
sendMessages
-