Split EventHandler into multiple different handlers
Better organization allows for finding things easier
This commit is contained in:
parent
6e1383c6e0
commit
512600a677
15 changed files with 1037 additions and 949 deletions
8
src/main/java/WayofTime/bloodmagic/annot/Handler.java
Normal file
8
src/main/java/WayofTime/bloodmagic/annot/Handler.java
Normal file
|
@ -0,0 +1,8 @@
|
|||
package WayofTime.bloodmagic.annot;
|
||||
|
||||
/**
|
||||
* Classes annotated with this will automatically be registered to the
|
||||
* {@link net.minecraftforge.common.MinecraftForge#EVENT_BUS}.
|
||||
*/
|
||||
public @interface Handler {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue