Class SpeedTriggerPrompt
java.lang.Object
org.bukkit.conversations.ValidatingPrompt
org.bukkit.conversations.NumericPrompt
net.citizensnpcs.trait.waypoint.triggers.SpeedTriggerPrompt
- All Implemented Interfaces:
Cloneable
,WaypointTriggerPrompt
,Prompt
-
Field Summary
Fields inherited from interface org.bukkit.conversations.Prompt
END_OF_CONVERSATION
Fields inherited from interface net.citizensnpcs.trait.waypoint.triggers.WaypointTriggerPrompt
CREATED_TRIGGER_KEY, RETURN_PROMPT_KEY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Prompt
acceptValidatedInput
(ConversationContext context, Number input) createFromShortInput
(ConversationContext context, String input) getPromptText
(ConversationContext context) Methods inherited from class org.bukkit.conversations.NumericPrompt
acceptValidatedInput, getFailedValidationText, getFailedValidationText, getInputNotNumericText, isInputValid, isNumberValid
Methods inherited from class org.bukkit.conversations.ValidatingPrompt
acceptInput, blocksForInput
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.bukkit.conversations.Prompt
acceptInput, blocksForInput
-
Constructor Details
-
SpeedTriggerPrompt
public SpeedTriggerPrompt()
-
-
Method Details
-
acceptValidatedInput
- Specified by:
acceptValidatedInput
in classNumericPrompt
-
createFromShortInput
- Specified by:
createFromShortInput
in interfaceWaypointTriggerPrompt
-
getPromptText
- Specified by:
getPromptText
in interfacePrompt
-