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 SummaryFields inherited from interface org.bukkit.conversations.PromptEND_OF_CONVERSATIONFields inherited from interface net.citizensnpcs.trait.waypoint.triggers.WaypointTriggerPromptCREATED_TRIGGER_KEY, RETURN_PROMPT_KEY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected PromptacceptValidatedInput(ConversationContext context, Number input) createFromShortInput(ConversationContext context, String input) getPromptText(ConversationContext context) Methods inherited from class org.bukkit.conversations.NumericPromptacceptValidatedInput, getFailedValidationText, getFailedValidationText, getInputNotNumericText, isInputValid, isNumberValidMethods inherited from class org.bukkit.conversations.ValidatingPromptacceptInput, blocksForInputMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bukkit.conversations.PromptacceptInput, blocksForInput
- 
Constructor Details- 
SpeedTriggerPromptpublic SpeedTriggerPrompt()
 
- 
- 
Method Details- 
acceptValidatedInput- Specified by:
- acceptValidatedInputin class- NumericPrompt
 
- 
createFromShortInput- Specified by:
- createFromShortInputin interface- WaypointTriggerPrompt
 
- 
getPromptText- Specified by:
- getPromptTextin interface- Prompt
 
 
-