squeek502 / AppleCore

An API for modifying the food and hunger mechanics of Minecraft
The Unlicense
55 stars 24 forks source link

Help Me: #103

Closed lilgandhi1199 closed 6 years ago

lilgandhi1199 commented 6 years ago

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!

squeek502 commented 6 years ago

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.

lilgandhi1199 commented 6 years ago

Thank You!