Uses of Interface
net.runelite.api.Projection
-
Packages that use Projection Package Description net.runelite.api net.runelite.api.hooks -
-
Uses of Projection in net.runelite.api
Subinterfaces of Projection in net.runelite.api Modifier and Type Interface Description interfaceFloatProjectioninterfaceIntProjectionMethods in net.runelite.api that return Projection Modifier and Type Method Description ProjectionWorldView. getCanvasProjection()Returns aProjectionto translate from this world view to the canvasProjectionWorldView. getMainWorldProjection()Returns aProjectionto translate from this world view to the main worldMethods in net.runelite.api with parameters of type Projection Modifier and Type Method Description voidClient. checkClickbox(Projection projection, Model model, int orientation, int x, int y, int z, long hash) -
Uses of Projection in net.runelite.api.hooks
Methods in net.runelite.api.hooks with parameters of type Projection Modifier and Type Method Description default voidDrawCallbacks. draw(Projection projection, Scene scene, Renderable renderable, int orientation, int x, int y, int z, long hash)default voidDrawCallbacks. drawDynamic(Projection worldProjection, Scene scene, TileObject tileObject, Renderable r, Model m, int orient, int x, int y, int z)default voidDrawCallbacks. drawPass(Projection entityProjection, Scene scene, int pass)default voidDrawCallbacks. drawTemp(Projection worldProjection, Scene scene, GameObject gameObject, Model m)default voidDrawCallbacks. drawZoneAlpha(Projection entityProjection, Scene scene, int level, int zx, int zz)default voidDrawCallbacks. drawZoneOpaque(Projection entityProjection, Scene scene, int zx, int zz)
-