package game.tileentity; public interface ITickable { void update(); }