package mightypork.utils.math.constraints; import mightypork.utils.math.coord.Rect; public interface RectEvaluable { Rect getRect(); }