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 interface
FloatProjection
interface
IntProjection
Methods in net.runelite.api with parameters of type Projection Modifier and Type Method Description void
Client. 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 void
DrawCallbacks. draw(Projection projection, Scene scene, Renderable renderable, int orientation, int x, int y, int z, long hash)
default void
DrawCallbacks. drawDynamic(Projection worldProjection, Scene scene, TileObject tileObject, Renderable r, Model m, int orient, int x, int y, int z)
default void
DrawCallbacks. drawPass(Projection entityProjection, Scene scene, int pass)
default void
DrawCallbacks. drawTemp(Projection worldProjection, Scene scene, GameObject gameObject, Model m)
default void
DrawCallbacks. drawZone(Projection entityProjection, Scene scene, int pass, int zx, int zz)
-