Interface ChatSession


@NullMarked public interface ChatSession
플레이어 채팅 세션
  • Method Summary

    Modifier and Type
    Method
    Description
    create(UUID uniqueId, IdentifyKey identifyKey)
    채팅 세션을 생성합니다.
    프로필의 식별키를 가져옵니다.
    세션의 고유 ID를 가져옵니다.
  • Method Details

    • create

      static ChatSession create(UUID uniqueId, IdentifyKey identifyKey)
      채팅 세션을 생성합니다.
      Parameters:
      uniqueId - 세션 고유 ID
      identifyKey - 프로필의 식별키
      Returns:
      채팅 세션
    • uniqueId

      UUID uniqueId()
      세션의 고유 ID를 가져옵니다.
      Returns:
      세션의 고유 ID
    • identifyKey

      IdentifyKey identifyKey()
      프로필의 식별키를 가져옵니다.
      Returns:
      프로필의 식별키