Package zombie.vehicles
Class VehicleIDMap
java.lang.Object
zombie.vehicles.VehicleIDMap
public final class VehicleIDMap
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static VehicleIDMapinstance -
Method Summary
Modifier and Type Method Description shortallocateID()booleancontainsKey(short short1)BaseVehicleget(short short1)voidput(short short1, BaseVehicle baseVehicle)voidremove(short short1)voidReset()voidtoArrayList(java.util.ArrayList arrayList)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
-
Method Details
-
put
-
remove
public void remove(short short1) -
get
-
containsKey
public boolean containsKey(short short1) -
toArrayList
public void toArrayList(java.util.ArrayList arrayList) -
Reset
public void Reset() -
allocateID
public short allocateID()
-