| Package | Description |
|---|---|
| xyz.xenondevs.particle.task |
| Modifier and Type | Class and Description |
|---|---|
class |
FilteredTask
A
ParticleTask implementation using a java
Predicate to only send the packets to Players
that match the filter. |
class |
GlobalTask
A
ParticleTask implementation to send particles
to every player that is currently online. |
class |
SingularTask
A
ParticleTask implementation that only
targets a single Player. |
class |
SuppliedTask
|
class |
TargetedTask
|
class |
WorldTask
A
ParticleTask implementation to send particles
to every player in a specific WorldTask.world. |
| Modifier and Type | Method and Description |
|---|---|
int |
TaskManager.startTask(ParticleTask task)
Starts a new Timer for the given task.
|
int |
TaskManager.startTask(ParticleTask task)
Starts a new Timer for the given task.
|
Copyright © 2021. All rights reserved.