project: Update mixins

This commit is contained in:
Owain van Brakel
2019-11-06 12:38:16 +01:00
parent 5efce1e3d6
commit ce8f3f48c0
23 changed files with 814 additions and 322 deletions

View File

@@ -24,8 +24,8 @@
*/
package net.runelite.rs.api;
import java.awt.Shape;
import net.runelite.api.Model;
import java.awt.Polygon;
import net.runelite.mapping.Import;
public interface RSModel extends RSEntity, Model
@@ -163,7 +163,7 @@ public interface RSModel extends RSEntity, Model
/**
* Compute the convex hull of this model
*/
Polygon getConvexHull(int localX, int localY, int orientation, int tileHeight);
Shape getConvexHull(int localX, int localY, int orientation, int tileHeight);
float[][] getFaceTextureUCoordinates();
void setFaceTextureUCoordinates(float[][] rl$faceTextureUCoordinates);