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 VehicleIDMap
instance
-
Method Summary
Modifier and Type Method Description short
allocateID()
boolean
containsKey(short short1)
BaseVehicle
get(short short1)
void
put(short short1, BaseVehicle baseVehicle)
void
remove(short short1)
void
Reset()
void
toArrayList(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()
-