Back to API Reference
Class
CompositeModifier
sealed
Combines multiple modifiers into a single modifier.
Remarks
Splits the tag parameter by; and passes each segment to the corresponding child modifier. For example, <wobble-color=3,10,1;#FF0000> passes "3,10,1" to the first modifier and "#FF0000" to the second. Child modifiers with no corresponding segment (fewer; groups than modifiers) receive a null parameter and fall back to their defaults.
public TypedList<BaseModifier> modifiersChild modifiers to apply in order.
