Class ModEventSubscriber
java.lang.Object
tech.anonymoushacker1279.immersiveweapons.event.ModEventSubscriber
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidentityAttributeCreationEvent(net.neoforged.neoforge.event.entity.EntityAttributeCreationEvent event) Event handler for the EntityAttributeCreationEvent.static voidmodConfigReloadEvent(net.neoforged.fml.event.config.ModConfigEvent.Reloading event)
-
Constructor Details
-
ModEventSubscriber
public ModEventSubscriber()
-
-
Method Details
-
entityAttributeCreationEvent
public static void entityAttributeCreationEvent(net.neoforged.neoforge.event.entity.EntityAttributeCreationEvent event) Event handler for the EntityAttributeCreationEvent.- Parameters:
event- theEntityAttributeCreationEventinstance
-
modConfigReloadEvent
public static void modConfigReloadEvent(net.neoforged.fml.event.config.ModConfigEvent.Reloading event)
-