expose widget flags
This commit is contained in:
@@ -160,6 +160,8 @@ public interface Client extends GameEngine
|
||||
|
||||
int getSetting(Varbits varbit);
|
||||
|
||||
HashTable getWidgetFlags();
|
||||
|
||||
HashTable getComponentTable();
|
||||
|
||||
GrandExchangeOffer[] getGrandExchangeOffers();
|
||||
|
||||
@@ -28,5 +28,7 @@ import java.util.Collection;
|
||||
|
||||
public interface HashTable
|
||||
{
|
||||
Node get(long value);
|
||||
|
||||
Collection<Node> getNodes();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user