Package moe.caramel.daydream.player.chat
Interface ChatSession
플레이어 채팅 세션
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChatSession
create
(UUID uniqueId, IdentifyKey identifyKey) 채팅 세션을 생성합니다.프로필의 식별키를 가져옵니다.uniqueId()
세션의 고유 ID를 가져옵니다.
-
Method Details
-
create
채팅 세션을 생성합니다.- Parameters:
uniqueId
- 세션 고유 IDidentifyKey
- 프로필의 식별키- Returns:
- 채팅 세션
-
uniqueId
UUID uniqueId()세션의 고유 ID를 가져옵니다.- Returns:
- 세션의 고유 ID
-
identifyKey
IdentifyKey identifyKey()프로필의 식별키를 가져옵니다.- Returns:
- 프로필의 식별키
-