/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.fourisland.fourpuzzle.gamestate.mapview.event.precondition; /** * * @author hatkirby */ public interface Precondition { public boolean match(); }