Interface Effect.EffectBuilder

Enclosing class:
Effect

public static interface Effect.EffectBuilder
A functional interface that is meant to be used with the 2-parameter constructor available for all Effects here, using a method reference such as WaveEffect::new.
  • Method Summary

    Modifier and Type Method Description
    Effect produce​(TypingLabel label, java.lang.String[] params)  
  • Method Details