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

Add exact event checking when converting event-values in last attempt #5171

Merged
merged 10 commits into from
Nov 16, 2022

Conversation

TheLimeGlass
Copy link
Collaborator

@TheLimeGlass TheLimeGlass commented Oct 20, 2022

Description

When Skript can't find an event value that matches the requesting event OR type. It starts attempting to look at other event values and checks if the type is assignable then checks if the event is assignable, but Skript will error in the rare case that the event value is actually of a GREATER subclass than the requesting event of the event-value. In the case of #5016 Skript was grabbing the newly added CraftItemEvent event value (CraftItemEvent extends InventoryClickEvent) rather than InventoryClickEvent event value for ItemStack when requesting an ItemType. So Skript wanted CraftItemEvent ItemStack event value to convert it ItemType but the event was InventoryClickEvent so it threw a method not found error.

There is really only a new loop added, GitHub makes the changes look more than it is.


Target Minecraft Versions: any
Related Issues: #5016 and #5032

@TheLimeGlass TheLimeGlass added bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. 2.6 labels Oct 20, 2022
@Pikachu920 Pikachu920 added the hacktoberfest-accepted Marks a PR as accepted for Hacktoberfest label Oct 27, 2022
@TheLimeGlass TheLimeGlass merged commit d88dab1 into master Nov 16, 2022
@TheLimeGlass TheLimeGlass deleted the fix/event-value-getter-fix branch November 16, 2022 21:41
TheLimeGlass added a commit that referenced this pull request Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. hacktoberfest-accepted Marks a PR as accepted for Hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants