API
Last updated
The API is in our repository: repo.incredibleplugins.com
The Javadoc can be found here: repo.incredibleplugins.com
The API is accessible through an implementation of the BetterFarmingAPI interface. BetterFarming needs to be loaded before this API can be used. It doesn't need to be enabled though.
BetterFarmingAPI api = BetterFarmingAPI.getInstance();Last updated