api implementation
This commit is contained in:
@@ -760,15 +760,6 @@ public interface Widget
|
||||
|
||||
Object[] getOnInvTransmit();
|
||||
|
||||
Object[] getOnOp();
|
||||
|
||||
/**
|
||||
* Gets the script and arguments to be ran when one of the listened for inventories changes.
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
Object[] getOnInvTransmitListener();
|
||||
|
||||
/**
|
||||
* Returns the archive id of the font used
|
||||
*
|
||||
|
||||
@@ -148,4 +148,10 @@ public abstract class RSItemContainerMixin implements RSItemContainer
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Inject
|
||||
public int size()
|
||||
{
|
||||
return getItemIds().length;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user