Class VehicleScript.Part

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

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

  • Constructor Details

    • Part

      public Part()
  • Method Details

    • isMechanicRequireKey

      public boolean isMechanicRequireKey()
    • setMechanicRequireKey

      public void setMechanicRequireKey(boolean _mechanicRequireKey)
    • isRepairMechanic

      public boolean isRepairMechanic()
    • setRepairMechanic

      public void setRepairMechanic(boolean _repairMechanic)
    • getId

      public String getId()
    • getModelCount

      public int getModelCount()
    • getModel

      public VehicleScript.Model getModel(int int0)
    • getDurability

      public float getDurability()
    • getAnimById

      public VehicleScript.Anim getAnimById(String string)
    • getModelById

      public VehicleScript.Model getModelById(String string)