Uses of Interface
jag.game.scene.RSWorldMatrix
-
Packages that use RSWorldMatrix Package Description jag.game jag.game.scene.entity org.rspeer.game.provider.callback -
-
Uses of RSWorldMatrix in jag.game
Methods in jag.game that return RSWorldMatrix Modifier and Type Method Description RSWorldMatrix
RSClient. getMainWorldMatrix()
default RSWorldMatrix
RSClient. getWorldMatrix(int id)
-
Uses of RSWorldMatrix in jag.game.scene.entity
Methods in jag.game.scene.entity that return RSWorldMatrix Modifier and Type Method Description RSWorldMatrix
RSGlobalPlayer. getWorldMatrix()
-
Uses of RSWorldMatrix in org.rspeer.game.provider.callback
Methods in org.rspeer.game.provider.callback with parameters of type RSWorldMatrix Modifier and Type Method Description void
EventMediator. notifySpawnObjectLater(RSWorldMatrix worldMatrix, int plane, int x, int y, int tag, int id, int transform, int orientation, int hidden, int startCycle, int endCycle)
-