package com.minelittlepony.unicopia.entity; public interface IItemEntity extends PonyContainer { int getAge(); int getPickupDelay(); }