We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dea7ed commit d4e7e85Copy full SHA for d4e7e85
src/main/java/org/spongepowered/api/command/parameter/managed/clientcompletion/ClientCompletionTypes.java
@@ -66,6 +66,12 @@ public final class ClientCompletionTypes {
66
*/
67
public static final DefaultedRegistryReference<ClientCompletionType> NONE = ClientCompletionTypes.key(ResourceKey.sponge("none"));
68
69
+ /**
70
+ * Indicates to the client that the {@link ValueParser} is a greedy
71
+ * string.
72
+ */
73
+ public static final DefaultedRegistryReference<ClientCompletionType> REMAINING_JOINED_STRINGS = ClientCompletionTypes.key(ResourceKey.sponge("remaining_joined_strings"));
74
+
75
/**
76
* Indicates to the client that the {@link ValueParser} is a
77
* {@link ResourceKey}.
0 commit comments