Class AnimationTriggerPrompt
java.lang.Object
org.bukkit.conversations.StringPrompt
net.citizensnpcs.trait.waypoint.triggers.AnimationTriggerPrompt
- 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 TypeMethodDescriptionacceptInput
(ConversationContext context, String input) createFromShortInput
(ConversationContext context, String input) getPromptText
(ConversationContext context) Methods inherited from class org.bukkit.conversations.StringPrompt
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
blocksForInput
-
Constructor Details
-
AnimationTriggerPrompt
public AnimationTriggerPrompt()
-
-
Method Details
-
acceptInput
- Specified by:
acceptInput
in interfacePrompt
-
createFromShortInput
- Specified by:
createFromShortInput
in interfaceWaypointTriggerPrompt
-
getPromptText
- Specified by:
getPromptText
in interfacePrompt
-