Class DelayTriggerPrompt
java.lang.Object
org.bukkit.conversations.StringPrompt
net.citizensnpcs.trait.waypoint.triggers.DelayTriggerPrompt
- All Implemented Interfaces:
Cloneable, WaypointTriggerPrompt, Prompt
-
Field Summary
Fields inherited from interface Prompt
END_OF_CONVERSATIONFields inherited from interface WaypointTriggerPrompt
CREATED_TRIGGER_KEY, RETURN_PROMPT_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacceptInput(ConversationContext context, String input) createFromShortInput(ConversationContext context, String input) getPromptText(ConversationContext context) Methods inherited from class StringPrompt
blocksForInputMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Prompt
blocksForInput
-
Constructor Details
-
DelayTriggerPrompt
public DelayTriggerPrompt()
-
-
Method Details
-
acceptInput
- Specified by:
acceptInputin interfacePrompt
-
createFromShortInput
- Specified by:
createFromShortInputin interfaceWaypointTriggerPrompt
-
getPromptText
- Specified by:
getPromptTextin interfacePrompt
-