Uses of Class
org.rspeer.commons.IntPair
-
Packages that use IntPair Package Description jag.game org.rspeer.game.event org.rspeer.game.position -
-
Uses of IntPair in jag.game
Methods in jag.game that return IntPair Modifier and Type Method Description default IntPair
RSInventory. getItem(int index)
-
Uses of IntPair in org.rspeer.game.event
Methods in org.rspeer.game.event that return IntPair Modifier and Type Method Description IntPair
InventoryEvent. getCurrent()
IntPair
InventoryEvent. getNext()
Constructors in org.rspeer.game.event with parameters of type IntPair Constructor Description InventoryEvent(int key, int index, IntPair current, IntPair next)
Constructs a prototypical Event. -
Uses of IntPair in org.rspeer.game.position
Methods in org.rspeer.game.position that return IntPair Modifier and Type Method Description IntPair
Position. getChunkOffset()
-