Class EntityAttributeCreationEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.entity.EntityAttributeCreationEvent
All Implemented Interfaces:
IModBusEvent

public class EntityAttributeCreationEvent extends net.minecraftforge.eventbus.api.Event implements IModBusEvent
EntityAttributeCreationEvent.
Use this event to register attributes for your own EntityTypes. This event is fired after registration and before common setup.
Fired on the Mod bus IModBusEvent.