Class RequestCanceller
java.lang.Object
net.sacredlabyrinth.phaed.simpleclans.conversation.RequestCanceller
- All Implemented Interfaces:
Cloneable,org.bukkit.conversations.ConversationCanceller
public class RequestCanceller
extends Object
implements org.bukkit.conversations.ConversationCanceller
-
Constructor Summary
ConstructorsConstructorDescriptionRequestCanceller(@NotNull String escapeSequence, @NotNull String cancelledMessage) RequestCanceller(@NotNull org.bukkit.command.CommandSender sender, @NotNull String cancelledMessage) -
Method Summary
Modifier and TypeMethodDescriptionbooleancancelBasedOnInput(@NotNull org.bukkit.conversations.ConversationContext context, @NotNull String input) @NotNull org.bukkit.conversations.ConversationCancellerclone()voidsetConversation(@NotNull org.bukkit.conversations.Conversation conversation)
-
Constructor Details
-
RequestCanceller
-
RequestCanceller
public RequestCanceller(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull String cancelledMessage)
-
-
Method Details
-
setConversation
public void setConversation(@NotNull @NotNull org.bukkit.conversations.Conversation conversation) - Specified by:
setConversationin interfaceorg.bukkit.conversations.ConversationCanceller
-
cancelBasedOnInput
public boolean cancelBasedOnInput(@NotNull @NotNull org.bukkit.conversations.ConversationContext context, @NotNull @NotNull String input) - Specified by:
cancelBasedOnInputin interfaceorg.bukkit.conversations.ConversationCanceller
-
clone
@NotNull public @NotNull org.bukkit.conversations.ConversationCanceller clone()
-