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

[RFC] Move all remaining events to their correct event class as inner classes #253

Merged
merged 1 commit into from
Jan 22, 2017

Conversation

ExE-Boss
Copy link
Member

Resolves #192 and completes #233.

Completed:

  • Move RecipeAddedEvent to RecipeEvent as RecipeEvent.Add
  • Move RecipeRemovedEvent to RecipeEvent as RecipeEvent.Remove
  • Made RecipeEvent.Add and RecipeEvent.Remove extend RecipeEvent
  • Made RecipeEvent extend CancelableEvent

No more orphaned event classes have been found.
Events in Block, Item and Entity were left there, as they are bound to the Block, Item or Entity instance.

@ExE-Boss ExE-Boss added breaking change This is going to break stuff enhancement Nice to have features in progress Pull requests that are not yet ready to be merged and issues that are being worked on. labels Jan 17, 2017
@ExE-Boss ExE-Boss added this to the v0.1.0 milestone Jan 17, 2017
@ExE-Boss ExE-Boss self-assigned this Jan 17, 2017
@ExE-Boss ExE-Boss requested a review from RX14 January 17, 2017 22:11
@ExE-Boss ExE-Boss force-pushed the refactor/move-events branch from 48d09c9 to 105bf9f Compare January 17, 2017 22:12
@ExE-Boss ExE-Boss force-pushed the refactor/move-events branch from 105bf9f to f422465 Compare January 17, 2017 22:16
@codecov-io
Copy link

codecov-io commented Jan 17, 2017

Current coverage is 14.17% (diff: 10.00%)

Merging #253 into master will decrease coverage by 0.01%

@@             master       #253   diff @@
==========================================
  Files           395        394     -1   
  Lines         11148      11150     +2   
  Methods           0          0          
  Messages          0          0          
  Branches       1586       1586          
==========================================
- Hits           1582       1581     -1   
- Misses         9480       9483     +3   
  Partials         86         86          

Powered by Codecov. Last update 8ec2f06...f422465

@ExE-Boss ExE-Boss mentioned this pull request Jan 17, 2017
2 tasks
@ExE-Boss ExE-Boss added ready This is ready to be worked on and removed in progress Pull requests that are not yet ready to be merged and issues that are being worked on. labels Jan 19, 2017
@RX14 RX14 merged commit 1de7378 into master Jan 22, 2017
@ExE-Boss ExE-Boss deleted the refactor/move-events branch January 22, 2017 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change This is going to break stuff enhancement Nice to have features ready This is ready to be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants