api: remove cachedModels2 and nodecache setters

This is being moved internally since it benefits areas like the farming guild even with gpu off
This commit is contained in:
Adam
2021-09-20 10:39:52 -04:00
parent 642677d6e2
commit 4cab29cf2f
3 changed files with 0 additions and 13 deletions

View File

@@ -1769,8 +1769,6 @@ public interface Client extends GameEngine
TextureProvider getTextureProvider();
NodeCache getCachedModels2();
void setRenderArea(boolean[][] renderArea);
int getRasterizer3D_clipMidX2();

View File

@@ -33,8 +33,4 @@ public interface NodeCache
* Resets cache.
*/
void reset();
void setCapacity(int capacity);
void setRemainingCapacity(int remainingCapacity);
}