package NET.worlds.scape; public interface State { Object doState(StateContext var1, Object var2); }