Uses of Interface
com.velocitypowered.api.proxy.player.ChatSession
Packages that use ChatSession
Package
Description
Provides an interface to work with players connected to the proxy.
-
Uses of ChatSession in com.velocitypowered.api.proxy.player
Methods in com.velocitypowered.api.proxy.player that return ChatSessionModifier and TypeMethodDescription@Nullable ChatSession
TabListEntry.getChatSession()
Returns theChatSession
associated with this entry.Methods in com.velocitypowered.api.proxy.player with parameters of type ChatSessionModifier and TypeMethodDescriptiondefault TabListEntry
TabList.buildEntry
(GameProfile profile, @Nullable Component displayName, int latency, int gameMode, @Nullable ChatSession chatSession) Deprecated.Internal usage.default TabListEntry
TabList.buildEntry
(GameProfile profile, @Nullable Component displayName, int latency, int gameMode, @Nullable ChatSession chatSession, boolean listed) Deprecated.Internal usage.TabList.buildEntry
(GameProfile profile, @Nullable Component displayName, int latency, int gameMode, @Nullable ChatSession chatSession, boolean listed, int listOrder) Deprecated.Internal usage.TabListEntry.Builder.chatSession
(ChatSession chatSession) Sets theIdentifiedKey
of theTabListEntry
.