Class ParticleList_1_8

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

public abstract class ParticleList_1_8 extends Object

A class declaring fields for particle types. It contains all particle types prior to MC 1.13.

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.