api: remove tileitem spawn time

This was never used and has limited use
This commit is contained in:
Adam
2022-01-14 11:21:57 -05:00
parent fa8bc363ee
commit 0d76c441d3

View File

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