类 NullConversationPrefix
java.lang.Object
org.bukkit.conversations.NullConversationPrefix
- 所有已实现的接口:
ConversationPrefix
NullConversationPrefix is a
ConversationPrefix
implementation that
displays nothing in front of conversation output.-
构造器概要
-
方法概要
修饰符和类型方法说明getPrefix
(@NotNull ConversationContext context) Prepends each conversation message with an empty string.
-
构造器详细资料
-
NullConversationPrefix
public NullConversationPrefix()
-
-
方法详细资料
-
getPrefix
Prepends each conversation message with an empty string.- 指定者:
getPrefix
在接口中ConversationPrefix
- 参数:
context
- Context information about the conversation.- 返回:
- An empty string.
-