mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-15 23:26:21 +01:00
undeprecate ArgumentType.Long()
This commit is contained in:
parent
d3515c13c3
commit
ac2d61d68b
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user