@@ -1,12 +1,10 @@
|
||||
package org.bukkit.conversations;
|
||||
|
||||
import org.bukkit.command.CommandSender;
|
||||
|
||||
/**
|
||||
* NullConversationPrefix is a {@link ConversationPrefix} implementation that
|
||||
* displays nothing in front of conversation output.
|
||||
*/
|
||||
public class NullConversationPrefix implements ConversationPrefix{
|
||||
public class NullConversationPrefix implements ConversationPrefix {
|
||||
|
||||
/**
|
||||
* Prepends each conversation message with an empty string.
|
||||
|
||||
Reference in New Issue
Block a user