mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-20 07:02:32 +01:00
undeprecate ArgumentType.Long()
This commit is contained in:
parent
d3515c13c3
commit
ac2d61d68b
@ -254,10 +254,8 @@ public class ArgumentType {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see ArgumentLoop
|
* @see ArgumentLong
|
||||||
* @deprecated brigadier does not support long
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
public static ArgumentLong Long(@NotNull String id) {
|
public static ArgumentLong Long(@NotNull String id) {
|
||||||
return new ArgumentLong(id);
|
return new ArgumentLong(id);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user