Package zombie.vehicles
Class VehicleCache
java.lang.Object
zombie.vehicles.VehicleCache
public class VehicleCache
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description short
id
-
Constructor Summary
Constructors Constructor Description VehicleCache()
-
Method Summary
Modifier and Type Method Description static void
remove(short short1)
static void
Reset()
static java.util.List
vehicleGet(float float1, float float2)
static java.util.List
vehicleGet(int int1, int int2)
static void
vehicleUpdate(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()
-