Minim
index
 
Name getEffect ( )
Examples
None available
Description Returns the ith effect in the effect chain. This method is not required to do bounds checking and may throw an ArrayOutOfBoundsException if i is larger than {@link #effectCount()}.
Syntax
getEffect(i);
Parameters
i   which effect to return
Returns the requested effect
Usage Web & Application
Related