Particle.item constructor
Particle.item(})
For the Item particle(shows item break) there is a named constructor
Implementation
Particle.item(
Item item, {
this.location,
this.delta,
this.speed = 0,
this.count = 1,
this.force = false,
this.player,
}) : particle = Particles.item,
texture = item.getId();