Interface Reaction


public interface Reaction
Represents an interactive reaction that can be triggered.

A Reaction may include a visual representation (texture), an optional sound, particle effect, and a set of trigger words that activate it.

Instances of Reaction are created using the builder(String, String) method.

See Also: