package NET.worlds.scape; public interface StateContext { void changeState(int var1); }