Class ChatInput

java.lang.Object
dev.oumaimaa.kawaiiapi.input.ChatInput

public final class ChatInput extends Object
Modern chat input system using AsyncChatEvent instead of deprecated Conversation API. Provides type-safe input validation with support for text, numeric, boolean, and option-based inputs.

This system automatically handles:

  • Input cancellation via configurable escape words
  • Automatic timeout and cleanup
  • Player disconnect handling
  • Type-specific validation
Version:
1.0
Author:
KawaiiDevelopment