Class TeleportTriggerPrompt
java.lang.Object
org.bukkit.conversations.ValidatingPrompt
org.bukkit.conversations.RegexPrompt
net.citizensnpcs.trait.waypoint.triggers.TeleportTriggerPrompt
- 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 TypeMethodDescriptionprotected PromptacceptValidatedInput(ConversationContext context, String input) createFromShortInput(ConversationContext context, String input) getPromptText(ConversationContext context) Methods inherited from class RegexPrompt
isInputValidMethods inherited from class ValidatingPrompt
acceptInput, blocksForInput, getFailedValidationTextMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Prompt
acceptInput, blocksForInput
-
Constructor Details
-
TeleportTriggerPrompt
public TeleportTriggerPrompt()
-
-
Method Details
-
acceptValidatedInput
- Specified by:
acceptValidatedInputin classValidatingPrompt
-
createFromShortInput
- Specified by:
createFromShortInputin interfaceWaypointTriggerPrompt
-
getPromptText
- Specified by:
getPromptTextin interfacePrompt
-