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)
Methods in jag.game with parameters of type RSWorldMatrix Modifier and Type Method Description void
RSClient. spawnPickable(RSWorldMatrix world, int floor, int sceneX, int sceneY, int id, int quantity, int opFlag, int ticksUntilReveal, int ticksUntilDespawn, int ownerType, boolean unk)
-
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, String[] idk, int startCycle, int endCycle)
void
EventMediator. notifySpawnPickable(RSWorldMatrix world, int floor, int sceneX, int sceneY, int id, int quantity, int opFlag, int ticksUntilReveal, int ticksUntilDespawn, int ownerType, boolean unk)
-