Class ComponentLayout

java.lang.Object
net.botwithus.rs3.game.cs2.layouts.ComponentLayout
All Implemented Interfaces:
Layout

public class ComponentLayout extends Object implements 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: