Uses of Interface
net.runelite.api.Model
-
Packages that use Model Package Description net.runelite.api net.runelite.api.hooks -
-
Uses of Model in net.runelite.api
Methods in net.runelite.api that return Model Modifier and Type Method Description ModelAnimationController. animate(Model model)ModelAnimationController. animate(Model model, AnimationController other)ModelClient. applyTransformations(Model model, Animation animA, int frameA, Animation animB, int frameB)Applies an animation to a Model.ModelRuneLiteObject. getBaseModel()ModelRenderable. getModel()Gets the model of the object.ModelRuneLiteObject. getModel()Called every frame to get a model to render.abstract ModelRuneLiteObjectController. getModel()Called every frame to get a model to render.ModelDynamicObject. getModelZbuf()LikeRenderable.getModel()but is threadsafe and doesn't support animations.ModelModel. getUnskewedModel()ModelModelData. light()Lights a model with default valuesModelModelData. light(int ambient, int contrast, int x, int y, int z)Lights a model.ModelClient. loadModel(int id)Loads and lights a model from the cache This is equivalent toloadModelData(id).light()ModelClient. loadModel(int id, short[] colorToFind, short[] colorToReplace)Loads a model from the cache and also recolors itModelClient. mergeModels(Model... models)ModelClient. mergeModels(Model[] models, int length)Methods in net.runelite.api with parameters of type Model Modifier and Type Method Description ModelAnimationController. animate(Model model)ModelAnimationController. animate(Model model, AnimationController other)ModelClient. applyTransformations(Model model, Animation animA, int frameA, Animation animB, int frameB)Applies an animation to a Model.voidClient. checkClickbox(Projection projection, Model model, int orientation, int x, int y, int z, long hash)static ShapePerspective. getClickbox(Client client, WorldView wv, Model model, int orientation, int x, int y, int z)You don't want this.ModelClient. mergeModels(Model... models)ModelClient. mergeModels(Model[] models, int length)voidRuneLiteObject. setModel(Model baseModel)Sets the model to be rendered. -
Uses of Model in net.runelite.api.hooks
Methods in net.runelite.api.hooks with parameters of type Model Modifier and Type Method Description default voidDrawCallbacks. drawDynamic(Projection worldProjection, Scene scene, TileObject tileObject, Renderable r, Model m, int orient, int x, int y, int z)default voidDrawCallbacks. drawTemp(Projection worldProjection, Scene scene, GameObject gameObject, Model m)
-