Skip to content

Releases: Fierioziy/ParticleNativeAPI

ParticleNativeAPI 4.3.0

28 May 21:02
Compare
Choose a tag to compare

Version 4.3.0 comes with:

  • fixes for PaperMC 1.20.6
  • added transparency param for ParticleTypeColor

ParticleNativeAPI 4.2.0

13 May 21:26
Compare
Choose a tag to compare

Version 4.2.0 comes with:

  • update for 1.20.6
  • added new particles
  • since 1.20.6: changed behavior of ENTITY_EFFECT (marked as not present in 1.8 and 1.13 lists)
  • since 1.20.6: removed AMBIENT_ENTITY_EFFECT (marked as not present in particle lists)

ParticleNativeAPI 4.1.0

14 Oct 23:24
Compare
Choose a tag to compare

Version 4.1.0 comes with few changes:

  • updated for Spigot 1.20.2
  • added 2 new particles: CHERRY_LEAVES and EGG_CRACK

ParticleNativeAPI 4.0.0

29 Dec 21:28
Compare
Choose a tag to compare

Version 4.0.0 comes with HEAVILY refactored API:

  • basically changed how particles are now accessed and being sent (check how-to-use doc for more info)
  • many, many API changes

Because of so many changes, I suggest looking into migration-v3-to-v4 doc to get around how to adapt to new API.

I may support 3.x.x versions for a while, but only for limited time (few months I think at most).

ParticleNativeAPI 3.3.2

28 Dec 22:00
Compare
Choose a tag to compare

Version 3.3.2 comes with support for MC 1.19.3

ParticleNativeAPI 3.3.1

03 Jul 13:49
Compare
Choose a tag to compare

Version 3.3.1 comes with few internal non-API changes:

  • reorganized most of code to make running unit tests in a more sophisticated way

ParticleNativeAPI 3.3.0

19 Jun 12:48
Compare
Choose a tag to compare

Version 3.3.0 comes with few changes:

  • updated for MC 1.19
  • added 5 new particles
  • added 2 new particle types
  • some internal non-API changes

ParticleNativeAPI 3.2.1

11 May 17:25
Compare
Choose a tag to compare

Version 3.2.1 comes with small change:

  • fixed detecting synthetic methods on name inferrence
  • bumped compile target from 1.7 to 1.8 (well, it's high time)

ParticleNativeAPI 3.2.0

26 Dec 18:12
Compare
Choose a tag to compare

Version 3.2.0 comes with few changes:

  • updated for MC 1.18
  • added BLOCK_MARKER particle
  • BARRIER & LIGHT were removed in MC 1.18, but maintained forward compatibility using BLOCK_MARKER
  • some internal non-API changes

ParticleNativeAPI 3.1.0

20 Jun 12:03
Compare
Choose a tag to compare

Version 3.1.0 comes with few new features and internal (non-API) changes:

  • added new particles from MC 1.17
  • added new particle types: ParticleTypeDustColorTransition and ParticleTypeVibration
  • added new sendPacketIf variants of collection and location-radius related methods accepting PlayerPredicate, now packets can be send to selected players from player collections (or around location with radius) in a very efficient manner using lambdas! (API is still compatible with Java 7)
  • fixed presence of very small redundant local variable in ParticleTypeItem from MC 1.7
  • HUGE internal classes reorganization, internal ASM code is now much more readable and maintainable