Package dev.jorel.commandapi.arguments
Interface ICustomProvidedArgument
- All Known Implementing Classes:
AdvancementArgument,BiomeArgument,EntityTypeArgument,FunctionArgument,LootTableArgument,RecipeArgument,SoundArgument
public interface ICustomProvidedArgument
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
-