Version 1.2.0 comes with few fixes and huge rename changes:
- documented code a little bit more
- fixed ParticleTypeRedstone displaying wrong colors,
- fixed invalid color check in ParticleTypeNote,
- any ParticleType with "Dir" is renamed to ParticleType with "Motion" at the end,
- all create[Dir/Colored/Note] methods renamed to packet[Motion/Colored/Note] (so at first glance you see it returns packet, duh),
- ParticleNativeAPI's getInstance method renamed to getPlugin