public class NullLevel implements AbstractLevel {
  @Override
  public void adjust(int ticks) { /* do nothing */ }
}
