Class Chatbox


  • public final class Chatbox
    extends java.lang.Object
    • Method Detail

      • getMessageViewport

        @Nullable
        public static InterfaceComponent getMessageViewport()
        Gets the viewport that holds the message components
        Returns:
        the message viewport
      • getMessages

        public static java.util.List<Chatbox.Message> getMessages​(Chatbox.Message.Type... types)
        Parameters:
        types - the different types to include in the list
        Returns:
        a List of all messages of the defined types
      • getMessages

        public static java.util.List<Chatbox.Message> getMessages()
        Returns:
        a List of all Messages