示例#1
0
  @Override
  protected void tick() throws LostGroundException, VariableException {

    super.tick();

    if (getTime() == getAnimation().getDuration() - 1) {
      // 増える
      breed();
    }
  }