Class IsOnFloor

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

public class IsOnFloor
extends BaseCommand
  • Field Summary

    Fields inherited from class zombie.scripting.commands.BaseCommand

    currentinstance, module, script
  • Constructor Summary

    Constructors
    Constructor Description
    IsOnFloor()  
  • Method Summary

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

    Methods inherited from class zombie.scripting.commands.BaseCommand

    AllowCharacterBehaviour, updateskip

    Methods inherited from class java.lang.Object

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

    • IsOnFloor

      public IsOnFloor()
  • Method Details