public class ParticleTypeShriek extends Object
Class used to represent shriek particle type that takes a delay in ticks.
It provides a non-reflective of method overloads
to construct ParticleType with selected item type.
All of methods does not validate parameters in any way.
ParticleType| Constructor and Description |
|---|
ParticleTypeShriek() |
| Modifier and Type | Method and Description |
|---|---|
ParticleType |
delay(int delay)
Selects a delay in ticks after which this particle should be displayed.
|
boolean |
isValid()
Checks if this particle is supported by this Spigot version.
|
public ParticleType delay(int delay)
Selects a delay in ticks after which this particle should be displayed.
Parameters are not validated in any way.
This method is overridden by dynamically generated subclasses.
delay - a delay in ticks of this particle's display.ParticleType object with selected delay.public boolean isValid()
Checks if this particle is supported by this Spigot version.
This method is overridden by dynamically generated subclasses.
Copyright © 2022. All Rights Reserved.