forked from jss2a98aj/twilightforest
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jabel, Generic injection and automatic code cleanup (#21)
* Enable jabel&generic injection, fix generic injection errors * Enhanced for loops * Add missing generics part 1 * Add missing generics part 2: getSubBlocks * Add missing generics part 3: structure components * Add missing generics part 4: addInformation * MapGenTFHollowTree cleanup * Replace an unreadable do-while loop with a stream filter-find * Fix unnecessary boxing * Fix unnecessary unboxing * While->Enhanced for loop * Use diamond operator where appropriate * Collapse identical catch blocks * String switch * Use enhanced switch * Fix compilation error after added generics * Use instanceof pattern matching * More missed generic parameters * Use Java-style array declarations * Unnecessary String conversions * Unnecessary modifiers * Unnecessary semicolons * Unchecked warnings fixes * Explicit array filling * Manual min/max calculations * Redundant vararg array creation * Redundant type casts * Unnecessary StringBuilder * Remove redundant suppressions * Apply spotless * Fix ambiguous method call error * Update baubles to fix runObfClient
- Loading branch information
1 parent
899666b
commit d3d3e2a
Showing
307 changed files
with
3,027 additions
and
4,041 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
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
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
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
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
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.