Uses of Class
org.rspeer.commons.IntPair
-
Packages that use IntPair Package Description jag.game jag.game.scene.entity org.rspeer.commons 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 IntPairRSInventory. getItem(int index) -
Uses of IntPair in jag.game.scene.entity
Methods in jag.game.scene.entity that return IntPair Modifier and Type Method Description default IntPairRSWorldEntity. getBase() -
Uses of IntPair in org.rspeer.commons
Fields in org.rspeer.commons declared as IntPair Modifier and Type Field Description static IntPairIntPair. NIL -
Uses of IntPair in org.rspeer.game.event
Methods in org.rspeer.game.event that return IntPair Modifier and Type Method Description IntPairInventoryEvent. getCurrent()IntPairInventoryEvent. 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 IntPairPosition. getChunkOffset()Deprecated.
-