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 ChatSessionTabListEntry.getChatSession()Returns theChatSessionassociated with this entry.Methods in com.velocitypowered.api.proxy.player with parameters of type ChatSessionModifier and TypeMethodDescriptiondefault TabListEntryTabList.buildEntry(GameProfile profile, @Nullable Component displayName, int latency, int gameMode, @Nullable ChatSession chatSession) Deprecated.Internal usage.default TabListEntryTabList.buildEntry(GameProfile profile, @Nullable Component displayName, int latency, int gameMode, @Nullable ChatSession chatSession, boolean listed) Deprecated.Internal usage.default TabListEntryTabList.buildEntry(GameProfile profile, @Nullable Component displayName, int latency, int gameMode, @Nullable ChatSession chatSession, boolean listed, int listOrder) Deprecated.Internal usage.TabList.buildEntry(GameProfile profile, @Nullable Component displayName, int latency, int gameMode, @Nullable ChatSession chatSession, boolean listed, int listOrder, boolean showHat) Deprecated.Internal usage.TabListEntry.Builder.chatSession(ChatSession chatSession) Sets theIdentifiedKeyof theTabListEntry.