Uses of Interface
com.velocitypowered.api.proxy.player.TabListEntry
Packages that use TabListEntry
Package
Description
Provides an interface to work with players connected to the proxy.
-
Uses of TabListEntry in com.velocitypowered.api.proxy.player
Methods in com.velocitypowered.api.proxy.player that return TabListEntryModifier and TypeMethodDescriptionTabListEntry.Builder.build()default TabListEntryTabList.buildEntry(GameProfile profile, @Nullable Component displayName, int latency, int gameMode) Deprecated.Internal usage.default TabListEntryTabList.buildEntry(GameProfile profile, @Nullable Component displayName, int latency, int gameMode, @Nullable IdentifiedKey key) Deprecated.Internal usage.default 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.setDisplayName(@Nullable Component displayName) TabListEntry.setGameMode(int gameMode) Sets the game mode forthisentry to the specified value.TabListEntry.setLatency(int latency) Sets the latency forthisentry to the specified value.default TabListEntryTabListEntry.setListed(boolean listed) Sets whether this entry is listed.default TabListEntryTabListEntry.setListOrder(int order) Sets the order/priority of this entry in the tab list.default TabListEntryTabListEntry.setShowHat(boolean showHat) Sets whether to show this entry's hat layer in the tab list.Methods in com.velocitypowered.api.proxy.player that return types with arguments of type TabListEntryModifier and TypeMethodDescriptionTabList.getEntries()Returns an immutableCollectionof theTabListEntrys in the tab list.Retrieves the tab list entry associated with the given uuid.TabList.removeEntry(UUID uuid) Methods in com.velocitypowered.api.proxy.player with parameters of type TabListEntryModifier and TypeMethodDescriptiondefault voidTabList.addEntries(TabListEntry... entries) Adds an array ofTabListEntry's to thePlayer's tab list.voidTabList.addEntry(TabListEntry entry) Adds aTabListEntryto thePlayer's tab list.Method parameters in com.velocitypowered.api.proxy.player with type arguments of type TabListEntryModifier and TypeMethodDescriptiondefault voidTabList.addEntries(Iterable<TabListEntry> entries)