Interface ChatSession
-
- All Superinterfaces:
KeyIdentifiable
public interface ChatSession extends KeyIdentifiable
Represents a chat session held by a player.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUIDgetSessionId()Returns theUUIDof the session.-
Methods inherited from interface com.velocitypowered.api.proxy.crypto.KeyIdentifiable
getIdentifiedKey
-
-