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 id)  
    static void Reset()  
    static java.util.List vehicleGet​(float ax, float ay)  
    static java.util.List vehicleGet​(int wx, int wy)  
    static void vehicleUpdate​(short id, float ax, float ay, float az)  

    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 id, float ax, float ay, float az)
    • vehicleGet

      public static java.util.List vehicleGet​(float ax, float ay)
    • vehicleGet

      public static java.util.List vehicleGet​(int wx, int wy)
    • remove

      public static void remove​(short id)
    • Reset

      public static void Reset()