runelite-api: Add some more documentation
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user