| Class | Description |
|---|---|
| FilteredTask |
A
ParticleTask implementation using a java
Predicate to only send the packets to Players
that match the filter. |
| GlobalTask |
A
ParticleTask implementation to send particles
to every player that is currently online. |
| ParticleTask |
A
ParticleTask is a repeating task that sends
a List of packets to target Players
with a custom ParticleTask.tickDelay. |
| SingularTask |
A
ParticleTask implementation that only
targets a single Player. |
| SuppliedTask | |
| TargetedTask | |
| TaskManager |
A manager to handle different
ParticleTasks |
| WorldTask |
A
ParticleTask implementation to send particles
to every player in a specific WorldTask.world. |
Copyright © 2021. All rights reserved.