Class RadioScriptEntry

java.lang.Object
zombie.radio.script.RadioScriptEntry

public class RadioScriptEntry
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    RadioScriptEntry​(java.lang.String name, int delay)  
    RadioScriptEntry​(java.lang.String name, int delay, int min, int max)  
  • Method Summary

    Modifier and Type Method Description
    int getChanceMax()  
    int getChanceMin()  
    int getDelay()  
    java.lang.String getScriptName()  
    void setChanceMax​(int max)  
    void setChanceMin​(int min)  
    void setDelay​(int delay)  
    void setScriptName​(java.lang.String name)  

    Methods inherited from class java.lang.Object

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

    • RadioScriptEntry

      public RadioScriptEntry​(java.lang.String name, int delay)
    • RadioScriptEntry

      public RadioScriptEntry​(java.lang.String name, int delay, int min, int max)
  • Method Details

    • setChanceMin

      public void setChanceMin​(int min)
    • getChanceMin

      public int getChanceMin()
    • setChanceMax

      public void setChanceMax​(int max)
    • getChanceMax

      public int getChanceMax()
    • getScriptName

      public java.lang.String getScriptName()
    • setScriptName

      public void setScriptName​(java.lang.String name)
    • getDelay

      public int getDelay()
    • setDelay

      public void setDelay​(int delay)