Uses of Class
com.velocitypowered.api.proxy.player.TabListEntry.Builder
Packages that use TabListEntry.Builder
Package
Description
Provides an interface to work with players connected to the proxy.
-
Uses of TabListEntry.Builder in com.velocitypowered.api.proxy.player
Methods in com.velocitypowered.api.proxy.player that return TabListEntry.BuilderModifier and TypeMethodDescriptionstatic TabListEntry.BuilderTabListEntry.builder()Returns aTabListEntry.Builderto create aTabListEntry.TabListEntry.Builder.chatSession(ChatSession chatSession) Sets theIdentifiedKeyof theTabListEntry.TabListEntry.Builder.displayName(@Nullable Component displayName) Sets the displayed name of theTabListEntry.TabListEntry.Builder.gameMode(int gameMode) Sets the game mode of theTabListEntry.TabListEntry.Builder.latency(int latency) Sets the latency of theTabListEntry.TabListEntry.Builder.listed(boolean listed) Sets whether this entry should be visible.TabListEntry.Builder.listOrder(int order) Sets the order/priority of this entry in the tab list.TabListEntry.Builder.profile(GameProfile profile) Sets theGameProfileof theTabListEntry.TabListEntry.Builder.showHat(boolean showHat) Sets whether this entry's hat layer should be shown in the tab list.