Clarify the default arg parsers

This commit is contained in:
Brady 2019-10-07 10:08:52 -05:00
parent f1bbdc177f
commit c908552174
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ import baritone.api.command.exception.CommandInvalidTypeException;
import baritone.api.command.registry.Registry;
/**
* Used to retrieve {@link IArgParser} instances from the registry, by their target class.
* It can be assumed that a {@link IArgParser} exists for {@link Integer}, {@link Long},
* {@link Float}, {@link Double} and {@link Boolean}.
*
* @author Brady
* @since 10/4/2019
*/