Interface Behavior

All Superinterfaces:
Runnable

public interface Behavior extends Runnable
An ECB Behavior. Behaviors act upon entities and their components. Each behavior should only do ONE SPECIFIC THING.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Executes the behavior.
  • Method Details

    • run

      void run()
      Executes the behavior.
      Specified by:
      run in interface Runnable