类 EntityAttributeModificationEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.entity.EntityAttributeModificationEvent
所有已实现的接口:
IModBusEvent

public class EntityAttributeModificationEvent extends net.minecraftforge.eventbus.api.Event implements IModBusEvent
EntityAttributeModificationEvent.
Use this event to add attributes to existing entity types. This event is fired after registration and before common setup, and after EntityAttributeCreationEvent
Fired on the Mod bus IModBusEvent.