-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: extract recipe handling data * refactor: remove expecting rate from GTRecipe.matchRecipe * refactor: use RecipeHandlingData in matchRecipe() as well * refactor: extract most recipe handling and matching from GTRecipe * refactor: adjust visibility in RecipeHandling * refactor: deduplicate code in matchRecipe() / matchTickRecipe() * refactor: move handlerContentsInternal to RecipeHandling * refactor: remove unnecessary params from handleContentsInternal() * refactor: rename RecipeHandling to RecipeRunner * refactor: replace tuples by new ContentSlots class in RecipeRunner * refactor: replace tuples by new ContentSlots externally as well * refactor: rename cont -> content * refactor: use @UnknownNullability * refactor: cleanup, add some javadoc * refactor: reuse RecipeRunner across runs, reinit state as in handle()
- Loading branch information
Showing
3 changed files
with
215 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.