CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
Loading...
Searching...
No Matches
dev.jorel.commandapi.arguments.CustomProvidedArgument Interface Reference

An interface allowing arguments to have built-in suggestion providers based on Minecraft namespaced keys. More...

+ Inheritance diagram for dev.jorel.commandapi.arguments.CustomProvidedArgument:

Public Member Functions

SuggestionProviders getSuggestionProvider ()
 Returns the suggestion provider that this argument is populated with.
 

Detailed Description

An interface allowing arguments to have built-in suggestion providers based on Minecraft namespaced keys.

Member Function Documentation

◆ getSuggestionProvider()