JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
io.github.projectunified.craftcommand.annotation
Annotation Interface Suggest
@Target
(
PARAMETER
)
@Retention
(
CLASS
)
public @interface
Suggest
Binds a parameter to a suggestion provider method in the command class.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Name of the suggestion provider method.
Element Details
value
String
value
Name of the suggestion provider method.