We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c747556 commit eeaedf9Copy full SHA for eeaedf9
1 file changed
shared/src/main/java/cz/foresttech/commandapi/shared/ArgumentTypeProcessor.java
@@ -4,6 +4,7 @@ public interface ArgumentTypeProcessor<T> {
4
5
T get(String argument);
6
7
+
8
ArgumentTypeProcessor<String> STRING = argument -> argument;
9
ArgumentTypeProcessor<Integer> INTEGER = argument -> {
10
try {
0 commit comments