data

@get:JvmName(name = "data")
abstract val data: ParticleData?

The data for the particle. This may be null, in which case either the particle type has no associated particle data, or there is no data for the particle in these settings.