Bukkit  1.4.7-R1.0
 All Classes Namespaces Files Functions Variables Enumerator Pages
org.bukkit.conversations.NullConversationPrefix Class Reference

NullConversationPrefix is a ConversationPrefix implementation that displays nothing in front of conversation output. More...

+ Inheritance diagram for org.bukkit.conversations.NullConversationPrefix:
+ Collaboration diagram for org.bukkit.conversations.NullConversationPrefix:

Public Member Functions

String getPrefix (ConversationContext context)
 Prepends each conversation message with an empty string.
 
- Public Member Functions inherited from org.bukkit.conversations.ConversationPrefix
String getPrefix (ConversationContext context)
 Gets the prefix to use before each message to the player.
 

Detailed Description

NullConversationPrefix is a ConversationPrefix implementation that displays nothing in front of conversation output.

Definition at line 9 of file NullConversationPrefix.java.

Member Function Documentation

String org.bukkit.conversations.NullConversationPrefix.getPrefix ( ConversationContext  context)

Prepends each conversation message with an empty string.

Parameters
contextContext information about the conversation.
Returns
An empty string.

Definition at line 16 of file NullConversationPrefix.java.


The documentation for this class was generated from the following file: