api: remove tileitem spawn time
This was never used and has limited use
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user