rl-api: expose cache getters
This commit is contained in:
@@ -420,6 +420,11 @@ public interface Client extends GameEngine
|
|||||||
*/
|
*/
|
||||||
IndexDataBase getIndexConfig();
|
IndexDataBase getIndexConfig();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets an index by id
|
||||||
|
*/
|
||||||
|
IndexDataBase getIndex(int id);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the x-axis base coordinate.
|
* Returns the x-axis base coordinate.
|
||||||
* <p>
|
* <p>
|
||||||
|
|||||||
@@ -40,4 +40,6 @@ public interface IndexDataBase
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
int[] getFileIds(int archiveId);
|
int[] getFileIds(int archiveId);
|
||||||
|
|
||||||
|
byte[] loadData(int archiveID, int fileID);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user