hannibal002 / SkyHanni

SkyHanni is a 1.8.9 Minecraft Mod for Hypixel SkyBlock.
https://discord.gg/skyhanni-997079228510117908
GNU Lesser General Public License v2.1
335 stars 195 forks source link

Backend: Hotm Powder #2839

Open ItsEmpa opened 3 weeks ago

ItsEmpa commented 3 weeks ago

What

This PR refactors the code inside PowderType to use property getters and setters instead of functions, and removes some duplicated code in some places. It also changes the old PowderGainEvent to a PowderEvent with Gain/Spent inherited events (or however you call them idk).

Changelog Technical Details