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 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, String input) createFromShortInput
(ConversationContext context, String input) getPromptText
(ConversationContext context) Methods inherited from class org.bukkit.conversations.RegexPrompt
isInputValid
Methods inherited from class org.bukkit.conversations.ValidatingPrompt
acceptInput, blocksForInput, getFailedValidationText
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
-
TeleportTriggerPrompt
public TeleportTriggerPrompt()
-
-
Method Details
-
acceptValidatedInput
- Specified by:
acceptValidatedInput
in classValidatingPrompt
-
createFromShortInput
- Specified by:
createFromShortInput
in interfaceWaypointTriggerPrompt
-
getPromptText
- Specified by:
getPromptText
in interfacePrompt
-