接口的使用
org.bukkit.conversations.ConversationPrefix
使用ConversationPrefix的程序包
-
org.bukkit.conversations中ConversationPrefix的使用
修饰符和类型类说明classNullConversationPrefix is aConversationPrefiximplementation that displays nothing in front of conversation output.classPluginNameConversationPrefix is aConversationPrefiximplementation that displays the plugin name in front of conversation output.修饰符和类型字段说明protected ConversationPrefixConversation.prefixprotected ConversationPrefixConversationFactory.prefix修饰符和类型方法说明Conversation.getPrefix()Gets theConversationPrefixthat prepends all output from this conversation.修饰符和类型方法说明ConversationFactory.withPrefix(@NotNull ConversationPrefix prefix) Sets theConversationPrefixthat prepends all output from all generated conversations.