Class ParticleList_1_19_Part

java.lang.Object
com.github.fierioziy.particlenativeapi.api.particle.ParticleList_1_19_Part

public abstract class ParticleList_1_19_Part extends Object

A class declaring fields for particle types. It contains only those particle types that changed since MC 1.19.

All particle lists attempt to provide same particle types between renames or merges. They also attempt to provide cross-version compatibility (for ex. usage of ENCHANTED_HIT effect name from ParticleList_1_13 should work on MC 1.8), however this is not always possible.

Use isPresent method on particle type to handle such cases.

Before accessing any particle type, you should check if it exists on server by an isPresent defined by all particle types in this interface.