Class Result.Void

java.lang.Object
dev.jorel.commandapi.arguments.parser.Result.Void
Enclosing class:
Result<T>

public static class Result.Void extends Object
A placeholder object that represents a successful parse that didn't return a specific object. This allows a null Result value to indicate an unsuccessful parse.