Class NullConversationPrefix

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

@Deprecated(forRemoval=true) public class NullConversationPrefix extends Object implements ConversationPrefix
Deprecated, for removal: This API element is subject to removal in a future version.
The conversation API has been deprecated for removal. This system does not support component based messages and has been slowly losing functionality over the years as Minecraft has changed that this API can not adapt to. It is recommended you instead manually listen to the AsyncChatEvent or alternatively using Dialog to get user input.
NullConversationPrefix is a ConversationPrefix implementation that displays nothing in front of conversation output.
  • Constructor Details

    • NullConversationPrefix

      public NullConversationPrefix()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details