Class IsPlayer

java.lang.Object
zombie.scripting.commands.BaseCommand
zombie.scripting.commands.Character.IsPlayer

public class IsPlayer
extends BaseCommand
  • Field Summary

    Fields inherited from class zombie.scripting.commands.BaseCommand

    currentinstance, module, script
  • Constructor Summary

    Constructors
    Constructor Description
    IsPlayer()  
  • Method Summary

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

    Methods inherited from class zombie.scripting.commands.BaseCommand

    Finish, updateskip

    Methods inherited from class java.lang.Object

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

    • IsPlayer

      public IsPlayer()
  • Method Details