Interface EffectorContext


@PublicApi public interface EffectorContext
A context object for Effector.getEffectorFunction(Map, EffectorContext), which allows the effector to require attribute values and inspect the forest spec being processed.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the forest spec processed by the current effector invocation.
    void
    Allows the effector to require an attribute that it needs in order to produce effects.