Help Me:
lilgandhi1199 opened this issue ยท 3 comments
You only need the files in the squeek.applecore.api
package. To get instances of IAppleCoreAccessor
, etc, use the fields in squeek.applecore.api.AppleCoreAPI
.
- An example of this sort of thing can be found on the wiki and in the example mod
- A really simple and complete mod that uses AppleCore can be found here: https://github.com/squeek502/HungerInPeace
- The most preferred method for getting the AppleCore API in your dev environment is by including the maven repository in your build.gradle
I've found the IAppleCoreAccessor, IAppleCoreMutator, and AppleCoreAccessorMutatorImpl then imported all three into my class but I don't understand how I can use the functions defined there? I type them in and it doesn't offer to resolve them or change parameters... it just wants me to make the methods!