Package zombie.vehicles
Class VehicleCache
java.lang.Object
zombie.vehicles.VehicleCache
public final class VehicleCache
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description shortid -
Constructor Summary
Constructors Constructor Description VehicleCache() -
Method Summary
Modifier and Type Method Description static voidremove(short short1)static voidReset()static java.util.ListvehicleGet(float float1, float float2)static java.util.ListvehicleGet(int int1, int int2)static voidvehicleUpdate(short short1, float float1, float float2, float float3)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
id
public short id
-
-
Constructor Details
-
VehicleCache
public VehicleCache()
-
-
Method Details
-
vehicleUpdate
public static void vehicleUpdate(short short1, float float1, float float2, float float3) -
vehicleGet
public static java.util.List vehicleGet(float float1, float float2) -
vehicleGet
public static java.util.List vehicleGet(int int1, int int2) -
remove
public static void remove(short short1) -
Reset
public static void Reset()
-