package tinker.common; public interface IPattern { public int getPatternCost (int metadata); }