Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
CannonRTP
/
com.magmaguy.cannonrtp.commands.arguments
/
FreeTextCommandArgument
Free
Text
Command
Argument
public
class
FreeTextCommandArgument
implements
ICommandArgument
Members
Constructors
Free
Text
Command
Argument
Link copied to clipboard
public
void
FreeTextCommandArgument
(
String
hint
)
Functions
get
Suggestions
Link copied to clipboard
public
List
<
String
>
getSuggestions
(
CommandSender
sender
,
String
partialInput
)
hint
Link copied to clipboard
public
String
hint
(
)
is
Literal
Link copied to clipboard
public
boolean
isLiteral
(
)
literals
Link copied to clipboard
public
List
<
String
>
literals
(
)
matches
Input
Link copied to clipboard
public
boolean
matchesInput
(
String
input
)
Inherited functions
is
Optional
Link copied to clipboard
public
boolean
isOptional
(
)
is
Varargs
Link copied to clipboard
public
boolean
isVarargs
(
)