Interface Functional

All Superinterfaces:
NodeComponent
All Known Implementing Classes:
Executable, Flags, Parameter

public interface Functional extends NodeComponent
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    walked(Context ctx, net.orbyfied.j8.util.StringReader reader)
     

    Methods inherited from interface net.orbyfied.j8.command.NodeComponent

    getNode
  • Method Details

    • walked

      void walked(Context ctx, net.orbyfied.j8.util.StringReader reader)
    • execute

      void execute(Context ctx)