Package net.runelite.cache.definitions
Class VarbitDefinition
- java.lang.Object
-
- net.runelite.cache.definitions.VarbitDefinition
-
public class VarbitDefinition extends Object
-
-
Constructor Summary
Constructors Constructor Description VarbitDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)intgetId()intgetIndex()intgetLeastSignificantBit()intgetMostSignificantBit()inthashCode()voidsetId(int id)voidsetIndex(int index)voidsetLeastSignificantBit(int leastSignificantBit)voidsetMostSignificantBit(int mostSignificantBit)StringtoString()
-
-
-
Method Detail
-
getId
public int getId()
-
getIndex
public int getIndex()
-
getLeastSignificantBit
public int getLeastSignificantBit()
-
getMostSignificantBit
public int getMostSignificantBit()
-
setId
public void setId(int id)
-
setIndex
public void setIndex(int index)
-
setLeastSignificantBit
public void setLeastSignificantBit(int leastSignificantBit)
-
setMostSignificantBit
public void setMostSignificantBit(int mostSignificantBit)
-
canEqual
protected boolean canEqual(Object other)
-
-