Package net.eternalclient.api.rs
Interface RSVarbitComposition
-
- All Superinterfaces:
RSDualNode
,RSNode
public interface RSVarbitComposition extends RSDualNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
decode(RSBuffer buffer)
int
getIndex()
int
getLeastSignificantBit()
int
getMostSignificantBit()
-
Methods inherited from interface net.eternalclient.api.rs.RSDualNode
getNextDual, getPreviousDual, previousDual, setNextDual, setPreviousDual, unlinkDual
-
Methods inherited from interface net.eternalclient.api.rs.RSNode
getHash, getNext, getPrevious, onUnlink, setHash, setNext, setPrevious, unlink
-
-
-
-
Method Detail
-
getIndex
int getIndex()
-
getLeastSignificantBit
int getLeastSignificantBit()
-
getMostSignificantBit
int getMostSignificantBit()
-
decode
void decode(RSBuffer buffer)
-
-