Class VehicleScript.Wheel

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

public static final class VehicleScript.Wheel extends Object
  • Field Details

    • id

      public String id
    • model

      public String model
    • front

      public boolean front
    • offset

      public final org.joml.Vector3f offset
    • radius

      public float radius
    • width

      public float width
  • Constructor Details

    • Wheel

      public Wheel()
  • Method Details

    • getId

      public String getId()
    • getOffset

      public org.joml.Vector3f getOffset()