Class VehicleScript.Passenger.SwitchSeat

java.lang.Object
zombie.scripting.objects.VehicleScript.Passenger.SwitchSeat
Enclosing class:
VehicleScript.Passenger

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

    Fields
    Modifier and Type Field Description
    java.lang.String anim  
    java.lang.String id  
    float rate  
    int seat  
    java.lang.String sound  
  • Constructor Summary

    Constructors
    Constructor Description
    SwitchSeat()  
  • Method Summary

    Modifier and Type Method Description
    VehicleScript.Passenger.SwitchSeat makeCopy()  

    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
    • seat

      public int seat
    • anim

      public java.lang.String anim
    • rate

      public float rate
    • sound

      public java.lang.String sound
  • Constructor Details

    • SwitchSeat

      public SwitchSeat()
  • Method Details