目前我的项目没有时间安排并且令人满意,但如果我有时间安排会更干净。我想拥有它,所以在我宣布任何需要之后,我可以执行以下操作:
if (timer == 2000) {
System.out.println("2 seconds have passed since "timer" was declared!");
}
我还没有看到那么多关于这个的。抱歉,如果我遗漏了什么。我只是在寻找最好的方法来做到这一点。
编辑
我被问到为什么我需要这个的更多细节......顺便说一句,这是一个僵尸游戏
while(!Display.isCloseRequested()){
if (whatever == 2 seconds){ //I obviously know a don't right the word seconds next the number 2
for(int z = 0; z < 2; z++){
SpawnaZombieAt(leftcorner,20,speed);
}
}
}
如果我不够清楚,我正在尝试启动某种计时器。然后每 2 秒左右会再产生 2 个僵尸