Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API #33

Open
2 tasks done
xhyrom opened this issue Nov 10, 2022 · 1 comment
Open
2 tasks done

API #33

xhyrom opened this issue Nov 10, 2022 · 1 comment
Labels
api API related documentation Improvements or additions to documentation

Comments

@xhyrom
Copy link

xhyrom commented Nov 10, 2022

Is your feature request related to a problem?

Is there any API like in Levels? Placeholders are good but slow.

Describe the solution you'd like.

Javadocs, API

Describe alternatives you've considered.

using placeholders but slow ._.

Agreements

  • I have searched for and ensured there isn't already an open issue regarding this.
  • I have ensured the feature I'm requesting isn't already in the latest supported BentoBox build or Addons.

Other

No response

@tastybento tastybento added documentation Improvements or additions to documentation api API related labels Nov 14, 2022
@tastybento
Copy link
Member

Yep, here you go: https://ci.codemc.io/job/BentoBoxWorld/job/Bank/ws/target/apidocs/index.html

I expect what you'll want to access is the BankManager object (you can get it by calling a method in Bank), and then here are the various methods:
https://ci.codemc.io/job/BentoBoxWorld/job/Bank/ws/target/apidocs/world/bentobox/bank/BankManager.html

I assume you are trying to access this from another plugin? Let me know if it works for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api API related documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants