Skip to content

v0.3.1-1.19.4

Choose a tag to compare

@gerasiovM gerasiovM released this 27 Jul 09:36
· 12 commits to main since this release
0780fc9

ParticleAPI 0.2.0 -> 0.3.1 changelog

Added

  • ParticleMatrix (with rotate method)
  • ParticleArray (with rotate method)
  • SpawnMatrixBTScheme that spawns the rectangle bottom to top
  • SpawnMatrixLRScheme that spawns the rectangle left to right
  • ParticleConstruct to act as the interface for all geometry classes

Rewrote

  • ParticleLine to use ParticleArray
  • BuildLineScheme
  • Minor refactoring

Renamed

  • net.gerasiov.particleapi.schemes.array -> net.gerasiov.particleapi.schemes.build
  • ArrayScheme -> BuildScheme
  • ArrayLineScheme -> BuildLineScheme

Fixed

  • Fixed issue in clone methods where shallow copying was performed instead of proper object cloning.