-
-
Notifications
You must be signed in to change notification settings - Fork 340
Fix event-gen factory #2185
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 event-gen factory #2185
Conversation
|
@ImMorpheus Put these on the lifecycle file exclusions please. |
|
How is |
|
@dualspiral That is a good point, didn't even think about that. |
The exclude directive targets a java file. The annotation targets a type. SpongeAPI/src/main/java/org/spongepowered/api/event/action/CollideEvent.java Lines 37 to 47 in dc2186f
can't be implemented using the exclude directive AFAIK. I'll move the other ones since this doesn't apply to them. |
gabizou
left a comment
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.
LGTM
Fix #1526
See #1977
I've updated the PR (most of those events are gone).