Package net.runelite.api
Interface VarbitComposition
-
public interface VarbitComposition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getIndex()
The varp index for this varbitint
getLeastSignificantBit()
The least significant bit of the varbitint
getMostSignificantBit()
The most significant bit of the varbit (inclusive)
-