CommandAPI 8.8.0
An API for the command UI introduced in Minecraft 1.13
dev.jorel.commandapi.arguments.ICustomProvidedArgument 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.ICustomProvidedArgument:

Public Member Functions

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

Detailed Description

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

Member Function Documentation

◆ getSuggestionProvider()