ConditionEffect constructor

ConditionEffect(
  1. int x,
  2. int y,
  3. int z
)

Create an instance.

Implementation

ConditionEffect(this.x, this.y, this.z);