Package dev.jorel.commandapi.arguments
Interface CustomProvidedArgument
public interface CustomProvidedArgument
An interface allowing arguments to have built-in suggestion providers based on Minecraft namespaced keys
-
Method Summary
Modifier and TypeMethodDescriptionReturns the suggestion provider that this argument is populated with
-
Method Details
-
getSuggestionProvider
SuggestionProviders getSuggestionProvider()Returns the suggestion provider that this argument is populated with- Returns:
- the suggestion provider that this argument is populated with
-