-
-
Notifications
You must be signed in to change notification settings - Fork 380
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
Fix InventoryItemMoveEvent Implementations (#5462) #6233
Fix InventoryItemMoveEvent Implementations (#5462) #6233
Conversation
tests 😍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good, but some parsing is failing in the test.
…t-initiator-inventory # Conflicts: # src/test/skript/junit/InventoryMoveItemEventTest.sk
Tests for this PR cannot be proceeded until #6261 and other issues related to delayed tests to be fixed in Skript's JUnit testing system. |
If the junit changes can't be made in time for 2.8, consider testing by just creating and calling a InventoryMoveEvent yourself. |
I'd like to have this in 2.8-pre1, @DelayedGaming, so would you be willing to either do (or let me do) the changes to the tests I suggested above as a stopgap until those JUnit fixes are done? |
src/test/java/org/skriptlang/skript/test/tests/syntaxes/InventoryMoveItemEventTest.java
Show resolved
Hide resolved
…initiator-inventory # Conflicts: # src/main/java/ch/njol/skript/classes/data/BukkitEventValues.java
As #6451 points a pattern improvement, I decided to apply it into this PR as both are on the same page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double check the formatting, hard to really tell when using github
Co-authored-by: Fusezion <fusezionstream@gmail.com>
Description
This PR fixes #5462 where event values were unknowingly removed before the merge, with additions to
event-block
support and JUnit test.Target Minecraft Versions: any
Requirements: none
Related Issues: #5462, #6092