Bank tags plugin: Generate less garbage objects

This commit is contained in:
Lucwousin
2019-09-03 20:59:02 +02:00
parent dd4ca4f39b
commit 70def0bf93
4 changed files with 37 additions and 43 deletions

View File

@@ -1763,8 +1763,13 @@ public interface Client extends GameShell
void setModulus(BigInteger modulus);
/*
/**
* Returns the max item index + 1 from cache
*/
int getItemCount();
/**
* Adds a MenuEntry to the current menu.
*/
void insertMenuItem(String action, String target, int opcode, int identifier, int argument1, int argument2, boolean forceLeftClick);
}