undeprecate ArgumentType.Long()

This commit is contained in:
MrGazdag 2021-07-22 19:49:40 +02:00 committed by GitHub
parent d3515c13c3
commit ac2d61d68b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,10 +254,8 @@ public class ArgumentType {
}
/**
* @see ArgumentLoop
* @deprecated brigadier does not support long
* @see ArgumentLong
*/
@Deprecated
public static ArgumentLong Long(@NotNull String id) {
return new ArgumentLong(id);
}