This update contains some changes that were needed for the API to function. No features have been added
API Additions
- Added
LuckyBlockUtils#getLuckyBlockItemStack()
- Added LuckyActionType enum for the LuckyActionTriggerEvent.
- Added Wand interface, can later be used to code custom wands.
- Added WandManager to manage wands.
Most of these additions have not been documented yet.
API Changes
- LuckyMiningEvent has been changed to LuckyActionTriggerEvent(change was made in a previous alpha but forgot to note).
-
LuckyBlockUtils#giveDefaultLuckyBlock() has been deprecated.
LuckyBlockUtils#giveCustomLuckyBlock() should be used instead.
-
SurpriseUtils#pickSurprise() has been deprecated.
SurpriseUtils#pickSurprise(String) should be used instead.
- Added
SuperLuckyAPI#getWandManager() which contains all methods for wands.
The javadocs have been updated. You can find them here:
https://sickskillz.org/plugins/superluckyblock/javadocs/