Class ChatboxInput


  • public final class ChatboxInput
    extends ChatInput
    An event called when input is placed into the chatbox and sent
    • Constructor Detail

      • ChatboxInput

        public ChatboxInput​(String value,
                            int chatType,
                            Runnable resume)
    • Method Detail

      • getValue

        public String getValue()
        the chatbox input
      • getChatType

        public int getChatType()
        sent message type 0 = public 1 = cheat 2 = friends chat 3 = clan chat 4 = guest clan
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object