Replace FireworkEffectPlayer.playFireworks with non NMS solution
jacklin213 opened this issue ยท 2 comments
This method has 2 other overrides that do not use NMS, check to see if the above is still being used and deprecate if not. If it is, see if it can be migrated to the below methods instead
Only 2 occurrences: https://github.com/search?q=repo%3AHarryPotterSpells%2FHarryPotterSpells%20FireworkEffectPlayer%20&type=code
-
This will need to be updated to use a one of the non NMS overrides -
This firework effect is fine.
Turns out the specific register method (below) that uses the FireworkEffectPlayer.playFirework with NMS solution isn't actually being used anywhere now, we can probably deprecate