Package net.minecraftforge.event.entity
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
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.- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Eventnet.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Map<EntityType<? extends LivingEntity>,AttributeSupplier> 
- 
Constructor SummaryConstructorsConstructorDescriptionEntityAttributeCreationEvent(Map<EntityType<? extends LivingEntity>, AttributeSupplier> map) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidput(EntityType<? extends LivingEntity> entity, AttributeSupplier map) Methods inherited from class net.minecraftforge.eventbus.api.EventgetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
- 
Field Details- 
map
 
- 
- 
Constructor Details- 
EntityAttributeCreationEvent
 
- 
- 
Method Details- 
put
 
-