パッケージ | 説明 |
---|---|
org.bukkit.conversations |
Classes dedicated to facilitate direct player-to-plugin communication.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
NullConversationPrefix
NullConversationPrefix is a
ConversationPrefix implementation that
displays nothing in front of conversation output. |
class |
PluginNameConversationPrefix
PluginNameConversationPrefix is a
ConversationPrefix implementation
that displays the plugin name in front of conversation output. |
修飾子とタイプ | フィールドと説明 |
---|---|
protected ConversationPrefix |
ConversationFactory.prefix |
protected ConversationPrefix |
Conversation.prefix |
修飾子とタイプ | メソッドと説明 |
---|---|
ConversationPrefix |
Conversation.getPrefix()
Gets the
ConversationPrefix that prepends all output from this
conversation. |
修飾子とタイプ | メソッドと説明 |
---|---|
ConversationFactory |
ConversationFactory.withPrefix(ConversationPrefix prefix)
Sets the
ConversationPrefix that prepends all output from all
generated conversations. |
Copyright © 2016. All rights reserved.