project: Update mixins
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user