Builder
interface Builder
A builder for building tab list entries.
Functions
Link copied to clipboard
Builds the new tab list entry and registers it to the tab list that the builder was created from.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the display name of the entry to the given name.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the game mode of the entry to the given mode.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets the latency of the entry to the given latency.
Link copied to clipboard
@Contract(value = "_ -> this", mutates = "this" )
Sets whether the entry is displayed on the list to the given value.