CustomEffect processTick
Experimental feature for 1.8-beta
What is this
processTick
is a method that looks like simple process
method. Diffrence between process
and processTick
that processTick
is called every tick when process
is called only every second (20 ticks).
Usage
Code below will send message to player every tick while effect is applied.
Last updated
Was this helpful?