java.lang.Object
net.botwithus.rs3.game.cs2.layouts.ComponentLayout
- All Implemented Interfaces:
Layout
Component Layout represents a interface component
Since the component integer representation is as follows:
int component = interfaceIndex << 16 | componentIndex;
This layout will attempt to convert Component
arguments to the above representation
- See Also:
-
Field Summary
-
Method Summary
-
Method Details
-
toInteger
- Specified by:
toInteger
in interfaceLayout
- Throws:
LayoutMismatchException
-
toString
public String toString(boolean exact, @NotNull @NotNull Object value) throws LayoutMismatchException - Specified by:
toString
in interfaceLayout
- Throws:
LayoutMismatchException
-
toLong
- Specified by:
toLong
in interfaceLayout
- Throws:
LayoutMismatchException
-
getBackingType
- Specified by:
getBackingType
in interfaceLayout
-
is
-