Class VehicleScript.Wheel

java.lang.Object
zombie.scripting.objects.VehicleScript.Wheel
Enclosing class:
VehicleScript

public static class VehicleScript.Wheel
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    boolean front  
    java.lang.String id  
    java.lang.String model  
    Vector3f offset  
    float radius  
    float width  
  • Constructor Summary

    Constructors
    Constructor Description
    Wheel()  
  • Method Summary

    Modifier and Type Method Description
    Vector3f getOffset()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      public java.lang.String id
    • model

      public java.lang.String model
    • front

      public boolean front
    • offset

      public Vector3f offset
    • radius

      public float radius
    • width

      public float width
  • Constructor Details

    • Wheel

      public Wheel()
  • Method Details

    • getOffset

      public Vector3f getOffset()