Uses of Class
net.minecraft.world.entity.ai.attributes.AttributeSupplier
Package
Description
-
Uses of AttributeSupplier in net.minecraft.world.entity.ai.attributes
Modifier and TypeFieldDescriptionprivate static final Map
<EntityType<? extends LivingEntity>, AttributeSupplier> DefaultAttributes.SUPPLIERS
Modifier and TypeMethodDescriptionAttributeSupplier.Builder.build()
static AttributeSupplier
DefaultAttributes.getSupplier
(EntityType<? extends LivingEntity> p_22298_) ModifierConstructorDescriptionAttributeMap
(AttributeSupplier p_22144_) Builder
(AttributeSupplier attributeMap) -
Uses of AttributeSupplier in net.neoforged.neoforge.common
Modifier and TypeFieldDescriptionprivate static final Map
<EntityType<? extends LivingEntity>, AttributeSupplier> CommonHooks.FORGE_ATTRIBUTES
Modifier and TypeMethodDescriptionstatic Map
<EntityType<? extends LivingEntity>, AttributeSupplier> CommonHooks.getAttributesView()
Deprecated. -
Uses of AttributeSupplier in net.neoforged.neoforge.event.entity
Modifier and TypeFieldDescriptionprivate final Map
<EntityType<? extends LivingEntity>, AttributeSupplier> EntityAttributeCreationEvent.map
Modifier and TypeMethodDescriptionvoid
EntityAttributeCreationEvent.put
(EntityType<? extends LivingEntity> entity, AttributeSupplier map) ModifierConstructorDescriptionEntityAttributeCreationEvent
(Map<EntityType<? extends LivingEntity>, AttributeSupplier> map)