runelite-api: Add some more documentation

This commit is contained in:
Max Weber
2019-10-10 05:49:14 -06:00
parent 019ed814ea
commit 5acdcae75d
16 changed files with 88 additions and 201 deletions

View File

@@ -30,17 +30,10 @@ package net.runelite.api;
public interface TileItem extends Renderable
{
/**
* Gets the items ID.
*
* @return the ID of the item
* @see ItemID
*/
int getId();
/**
* Gets the items quantity.
*
* @return the items quantity
*/
int getQuantity();
}