Package zombie
Class MovingObjectUpdateSchedulerUpdateBucket
java.lang.Object
zombie.MovingObjectUpdateSchedulerUpdateBucket
public final class MovingObjectUpdateSchedulerUpdateBucket
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description intframeMod -
Constructor Summary
Constructors Constructor Description MovingObjectUpdateSchedulerUpdateBucket(int int1) -
Method Summary
Modifier and Type Method Description voidadd(IsoMovingObject movingObject)voidclear()java.util.ArrayListgetBucket(int int1)voidinit(int int1)voidpostupdate(int int1)voidremove(IsoMovingObject movingObject)voidremoveObject(IsoMovingObject movingObject)voidupdate(int int1)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
frameMod
public int frameMod
-
-
Constructor Details
-
MovingObjectUpdateSchedulerUpdateBucket
public MovingObjectUpdateSchedulerUpdateBucket(int int1)
-
-
Method Details
-
init
public void init(int int1) -
clear
public void clear() -
remove
-
add
-
update
public void update(int int1) -
postupdate
public void postupdate(int int1) -
removeObject
-
getBucket
public java.util.ArrayList getBucket(int int1)
-