Package zombie
Class MovingObjectUpdateScheduler
java.lang.Object
zombie.MovingObjectUpdateScheduler
public final class MovingObjectUpdateScheduler
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static MovingObjectUpdateSchedulerinstance -
Constructor Summary
Constructors Constructor Description MovingObjectUpdateScheduler() -
Method Summary
Modifier and Type Method Description java.util.ArrayListgetBucket()longgetFrameCounter()booleanisEnabled()voidpostupdate()voidremoveObject(IsoMovingObject movingObject)voidsetEnabled(boolean boolean1)voidstartFrame()voidupdate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
-
Constructor Details
-
MovingObjectUpdateScheduler
public MovingObjectUpdateScheduler()
-
-
Method Details
-
getFrameCounter
public long getFrameCounter() -
startFrame
public void startFrame() -
update
public void update() -
postupdate
public void postupdate() -
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean boolean1) -
removeObject
-
getBucket
public java.util.ArrayList getBucket()
-