import java.awt.*; public interface IDrawningBlocks { void DrawBlocks(Graphics g, int startX, int startY, Color bodyColor); void SetBlocks(int count); }