Blood Magic

Blood Magic

90M Downloads

EnergyItems not in API

alexgeek opened this issue ยท 2 comments

commented

Trying to use the API to create a new sigil. Other sigils extend EnergyItems which isn't in the API so I can't compile or is there another intended way to create a sigil?
Further would it be possible to get the API published at a maven repository so we can get depend on it in the gradle build file without having to download from a dropbox link?

commented

Hey there!

All of the methods that EnergyItems uses are able to be found in the API, most notably the SoulNetworkHandler. Although it seems like I forgot to make the EnergyItems class actually hook into it, things like checking and setting the Item's owner (checkAndSetItemOwner), causing nausea, and checking plus draining from the SoulNetwork are available.

EnergyItems just makes it easier for myself, but I cannot port the class to the API because it uses some convenience methods from my Utils class, SpellHelper, and stuff from my packet handler.

As for the second one, seems like it might be a good idea in the long run. I'll have to ask mDiyo and a few others how to do it, but it might be easy.

commented

Thanks Way, I'll see how far I can get :)