Class NullConversationPrefix

java.lang.Object
org.bukkit.conversations.NullConversationPrefix
All Implemented Interfaces:
ConversationPrefix

public class NullConversationPrefix
extends java.lang.Object
implements ConversationPrefix
NullConversationPrefix is a ConversationPrefix implementation that displays nothing in front of conversation output.
  • Constructor Summary

    Constructors 
    Constructor Description
    NullConversationPrefix()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getPrefix​(ConversationContext context)
    Prepends each conversation message with an empty string.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait