runelite-api: make HashTable a generic
This commit is contained in:
@@ -30,6 +30,7 @@ import net.runelite.mapping.Import;
|
||||
public interface RSHashTable extends HashTable
|
||||
{
|
||||
@Import("get")
|
||||
@Override
|
||||
RSNode get(long value);
|
||||
|
||||
@Import("size")
|
||||
|
||||
Reference in New Issue
Block a user