api: add spawn time to tileitem

This commit is contained in:
Adam
2020-06-08 22:10:14 -04:00
parent bd116e99e6
commit 66ca5a74eb

View File

@@ -36,4 +36,10 @@ public interface TileItem extends Renderable
int getId();
int getQuantity();
/**
* Time in game ticks when the item spawned (relative to us)
* @return
*/
int getSpawnTime();
}