Class MovingObjectUpdateSchedulerUpdateBucket
java.lang.Object
zombie.MovingObjectUpdateSchedulerUpdateBucket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clear()
getBucket
(int frameCounter) void
init
(int _frameMod) void
postupdate
(int frameCounter) void
removeObject
(IsoMovingObject object) void
update
(int frameCounter) void
updateAnimation
(int int0)
-
Field Details
-
frameMod
public int frameMod
-
-
Constructor Details
-
MovingObjectUpdateSchedulerUpdateBucket
public MovingObjectUpdateSchedulerUpdateBucket(int mod)
-
-
Method Details
-
init
public void init(int _frameMod) -
clear
public void clear() -
add
-
update
public void update(int frameCounter) -
postupdate
public void postupdate(int frameCounter) -
updateAnimation
public void updateAnimation(int int0) -
removeObject
-
getBucket
-