-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Add Vault block API #12068
Add Vault block API #12068
Conversation
Co-authored-by: Boy <[email protected]>
May not be the scope of this PR, but perhaps these could also be addressed here? Or would this rather be a separate PR? |
paper-server/src/main/java/org/bukkit/craftbukkit/block/CraftVault.java
Outdated
Show resolved
Hide resolved
paper-server/src/main/java/org/bukkit/craftbukkit/block/CraftVault.java
Outdated
Show resolved
Hide resolved
My current scope is just the vault block, I'll change the PR name |
paper-server/src/main/java/org/bukkit/craftbukkit/block/CraftVault.java
Outdated
Show resolved
Hide resolved
Added has methods for the methods that used to return a set and changed them to return a collection instead |
Supersedes #11159
Adds new API for vault blocks
Changes made compared to the previous PR: