Class JsonArgument
-
- All Implemented Interfaces:
public class JsonArgument<A> extends Argument<S, A, R>
-
-
Field Summary
Fields Modifier and Type Field Description public final static JsonArgument<HashMap<out Object, out Object>>
HASH_MAP
-
Constructor Summary
Constructors Constructor Description JsonArgument()
-
Method Summary
Modifier and Type Method Description ParseResult<A>
parse(@NonNull() StringReader input, @Nullable() CommandSender source)
-
Methods inherited from class pers.neige.colonel.arguments.Argument
getDefaultValue, getFailExecutor, hasDefaultValue, setDefaultValue, setFailExecutor, setNullFailExecutor, tab
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-