project: Mixins

This commit is contained in:
Owain van Brakel
2022-01-19 19:58:57 +01:00
parent 4892c6b672
commit 69f1bd5cce
13 changed files with 396 additions and 40 deletions

View File

@@ -49,8 +49,6 @@ public interface IndexDataBase
int[][] getFileIds();
byte[] getFile(int groupId, int fileId);
int getGroupFileCount(int groupId);
int[] getFileCounts();

View File

@@ -24,10 +24,6 @@
*/
package net.runelite.api;
import net.runelite.api.model.Triangle;
import net.runelite.api.model.Vertex;
import java.util.List;
/**
* Represents the model of an object.
*/