project: Mixins
This commit is contained in:
@@ -49,8 +49,6 @@ public interface IndexDataBase
|
||||
|
||||
int[][] getFileIds();
|
||||
|
||||
byte[] getFile(int groupId, int fileId);
|
||||
|
||||
int getGroupFileCount(int groupId);
|
||||
|
||||
int[] getFileCounts();
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user