ParticleNativeAPI 3.1.0
Details
-
FilenameParticleNativeAPI.jar
-
Uploaded by
-
UploadedJun 20, 2021
-
Size231.39 KB
-
Downloads187
-
MD5cddd208dd3008b570f7d524b8bc65bfe
Supported Bukkit Versions
- 1.17
- 1.16
- 1.15
- 1.14
- 1.12
- 1.8
- 1.7.4
Changelog
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:
ParticleTypeDustColorTransitionandParticleTypeVibration - added new
sendPacketIfvariants of collection and location-radius related methods acceptingPlayerPredicate, 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
ParticleTypeItemfrom MC 1.7 - HUGE internal classes reorganization, internal ASM code is now much more readable and maintainable