Package dev.twilite.game.facade
Interface TLI
- All Known Implementing Classes:
Tab
public interface TLI
Top-level interface component mapping for fixed, resizable, and stretched layouts.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<IfComponent> Returns the component for the current top-level layout, when it is available.intosrsId()Returns the component id for the fixed top-level layout.intReturns the component id for the stretched top-level layout.intpreEocId()Returns the component id for the resizable classic top-level layout.
-
Method Details
-
component
Returns the component for the current top-level layout, when it is available. -
osrsId
int osrsId()Returns the component id for the fixed top-level layout. -
preEocId
int preEocId()Returns the component id for the resizable classic top-level layout. -
osrsStretchId
int osrsStretchId()Returns the component id for the stretched top-level layout.
-