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