Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
NullConversationPrefix.java
Go to the documentation of this file.
1 package org.bukkit.conversations;
2 
3 import org.bukkit.command.CommandSender;
4 
9 public class NullConversationPrefix implements ConversationPrefix{
10 
16  public String getPrefix(ConversationContext context) {
17  return "";
18  }
19 }