BloodMagic/src/main/java/WayofTime/bloodmagic/annot/Handler.java

9 lines
209 B
Java
Raw Normal View History

package WayofTime.bloodmagic.annot;
/**
* Classes annotated with this will automatically be registered to the
* {@link net.minecraftforge.common.MinecraftForge#EVENT_BUS}.
*/
public @interface Handler {
}