public class EffectBuilder extends Object implements JSObjectBuilder
| Constructor and Description | 
|---|
| EffectBuilder(String type,
             String id,
             boolean queue) | 
| Modifier and Type | Method and Description | 
|---|---|
| EffectBuilder | atSpeed(int speed) | 
| String | build() | 
| EffectBuilder | withOption(String name,
          String value) | 
public EffectBuilder withOption(String name, String value)
public EffectBuilder atSpeed(int speed)
public String build()
build in interface JSObjectBuilderCopyright © 2020. All rights reserved.