Uses of Enum Class
dev.twilite.game.facade.Tab

Packages that use Tab
Package
Description
 
  • Uses of Tab in dev.twilite.game.facade

    Methods in dev.twilite.game.facade that return Tab
    Modifier and Type
    Method
    Description
    static Tab
    Tab.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Tab[]
    Tab.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in dev.twilite.game.facade that return types with arguments of type Tab
    Modifier and Type
    Method
    Description
    static Optional<Tab>
    Tabs.active()
    Returns the currently active tab, when one can be detected.
    Methods in dev.twilite.game.facade with parameters of type Tab
    Modifier and Type
    Method
    Description
    static boolean
    Tabs.active(Tab tab)
    Returns whether the specified tab is currently active.
    static void
    Tabs.open(Tab tab)
    Opens the specified tab when it is not already active.