This repository was archived by the owner on Jun 3, 2024. It is now read-only.
Commit 8a21d78
authored
Completely stub all classes in god-classes (#203)
* Fully stub ForgeHooksClient
* Fully stub ClientHooks
* Reorder BasicEventHooks methods to match Forge.
This class is actually fully implemented!
* FIXUP! Fix ClientHooks checkstyle.
* Fully stub ForgeEventFactory
* Fully stub ForgeHooks
* Revamp documentation discouraging use of god-classes in other modules.1 parent 41feaee commit 8a21d78
File tree
7 files changed
+1359
-78
lines changed- patchwork-api-base/src/main/java/net/patchworkmc/annotations
- patchwork-god-classes
- src/main/java/net/minecraftforge
- client
- common
- event
- fml
- client
- hooks
7 files changed
+1359
-78
lines changedLines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
0 commit comments