Class VehicleScript.Area

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

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

    • id

      public String id
    • x

      public float x
    • y

      public float y
    • w

      public float w
    • h

      public float h
  • Constructor Details

    • Area

      public Area()
  • Method Details

    • getId

      public String getId()
    • getX

      public Double getX()
    • getY

      public Double getY()
    • getW

      public Double getW()
    • getH

      public Double getH()
    • setX

      public void setX(Double d)
    • setY

      public void setY(Double d)
    • setW

      public void setW(Double d)
    • setH

      public void setH(Double d)