Class PlaySoundEffect

java.lang.Object
zombie.scripting.commands.BaseCommand
zombie.scripting.commands.World.PlaySoundEffect

public class PlaySoundEffect
extends BaseCommand
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String format  

    Fields inherited from class zombie.scripting.commands.BaseCommand

    currentinstance, module, script
  • Constructor Summary

    Constructors
    Constructor Description
    PlaySoundEffect()  
  • Method Summary

    Modifier and Type Method Description
    void begin()  
    boolean DoesInstantly()  
    void init​(java.lang.String string, java.lang.String[] stringArray)  
    boolean IsFinished()  
    void update()  

    Methods inherited from class zombie.scripting.commands.BaseCommand

    AllowCharacterBehaviour, Finish, getValue, updateskip

    Methods inherited from class java.lang.Object

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

    • format

      public java.lang.String format
  • Constructor Details

    • PlaySoundEffect

      public PlaySoundEffect()
  • Method Details