project: Update mixins
This commit is contained in:
@@ -1838,6 +1838,11 @@ public interface Client extends GameShell
|
||||
*/
|
||||
int getItemCount();
|
||||
|
||||
/**
|
||||
* Makes all widgets behave as if they are {@link WidgetConfig#WIDGET_USE_TARGET}
|
||||
*/
|
||||
void setAllWidgetsAreOpTargetable(boolean value);
|
||||
|
||||
/**
|
||||
* Adds a MenuEntry to the current menu.
|
||||
*/
|
||||
|
||||
@@ -232,6 +232,11 @@ public enum MenuOpcode
|
||||
*/
|
||||
WIDGET_DEFAULT(57),
|
||||
|
||||
/**
|
||||
* Casting a spell / op target on a widget
|
||||
*/
|
||||
SPELL_CAST_ON_WIDGET(58),
|
||||
|
||||
/**
|
||||
* Sub 1000 so it doesn't get sorted down in the list
|
||||
*/
|
||||
|
||||
@@ -65,4 +65,5 @@ public interface WallObject extends TileObject
|
||||
* @see net.runelite.api.model.Jarvis
|
||||
*/
|
||||
Shape getConvexHull();
|
||||
Shape getConvexHull2();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user