diff --git a/mappings/net/minecraft/particle/SimpleParticleType.mapping b/mappings/net/minecraft/particle/SimpleParticleType.mapping index 48b965c28d..bcf7332a04 100644 --- a/mappings/net/minecraft/particle/SimpleParticleType.mapping +++ b/mappings/net/minecraft/particle/SimpleParticleType.mapping @@ -1,4 +1,9 @@ CLASS net/minecraft/class_2400 net/minecraft/particle/SimpleParticleType + COMMENT A particle type representing a particle with no additional parameters. + COMMENT + COMMENT

Because no additional parameters can be provided, this particle type + COMMENT itself implements {@link ParticleEffect} and can be passed to methods + COMMENT which accept particle parameters. FIELD field_11259 PARAMETER_FACTORY Lnet/minecraft/class_2394$class_2395; FIELD field_25127 codec Lcom/mojang/serialization/MapCodec; FIELD field_48460 PACKET_CODEC Lnet/minecraft/class_9139;