类 EntityAttributeCreationEvent

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.entity.EntityAttributeCreationEvent
所有已实现的接口:
net.neoforged.fml.event.IModBusEvent

public class EntityAttributeCreationEvent extends net.neoforged.bus.api.Event implements net.neoforged.fml.event.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.