CommandAPI 9.6.0
An API for the command UI introduced in Minecraft 1.13
|
An argument that represents the Bukkit Advancement object. More...
Public Member Functions | |
AdvancementArgument (String nodeName) | |
Constructs an AdvancementArgument with a given node name. More... | |
Class< Advancement > | getPrimitiveType () |
CommandAPIArgumentType | getArgumentType () |
SuggestionProviders | getSuggestionProvider () |
Returns the suggestion provider that this argument is populated with. More... | |
Function< S, String > | getMapper () |
Static Public Member Functions | |
static< S > Function< S, String > | fromKey (Function< S, NamespacedKey > mapper) |
An argument that represents the Bukkit Advancement object.
Advancement
object dev.jorel.commandapi.arguments.AdvancementArgument.AdvancementArgument | ( | String | nodeName | ) |
Constructs an AdvancementArgument with a given node name.
nodeName | the name of the node for argument |
|
staticinherited |
Composes a S
to a NamespacedKey
mapping function to convert S
to a String
mapper | the mapping function from S to NamespacedKey |
S
to String
SuggestionProviders dev.jorel.commandapi.arguments.AdvancementArgument.getSuggestionProvider | ( | ) |
Returns the suggestion provider that this argument is populated with.
Implements dev.jorel.commandapi.arguments.CustomProvidedArgument.