promotional bannermobile promotional banner

ParticleNativeAPI [1.7+]

A fast cross-version particle API for Spigot and Bukkit server.

File Details

ParticleNativeAPI 3.1.0

  • R
  • Jun 20, 2021
  • 231.39 KB
  • 189
  • 1.17+6

File Name

ParticleNativeAPI.jar

Supported Versions

  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.12
  • 1.8
  • 1.7.4

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