Uses of Class
net.minecraft.entity.ai.attributes.AttributeModifierMap
Package
Description
-
Uses of AttributeModifierMap in net.minecraft.entity.ai.attributes
Modifier and TypeFieldDescriptionprivate final AttributeModifierMap
AttributeModifierManager.supplier
Modifier and TypeFieldDescriptionprivate static final Map<EntityType<? extends LivingEntity>,
AttributeModifierMap> GlobalEntityTypeAttributes.FORGE_ATTRIBUTES
Deprecated.private static final Map<EntityType<? extends LivingEntity>,
AttributeModifierMap> GlobalEntityTypeAttributes.SUPPLIERS
Modifier and TypeMethodDescriptionAttributeModifierMap.MutableAttribute.build()
static AttributeModifierMap
GlobalEntityTypeAttributes.getSupplier
(EntityType<? extends LivingEntity> p_233835_0_) static AttributeModifierMap
GlobalEntityTypeAttributes.put
(EntityType<? extends LivingEntity> type, AttributeModifierMap map) Deprecated.Modifier and TypeMethodDescriptionstatic AttributeModifierMap
GlobalEntityTypeAttributes.put
(EntityType<? extends LivingEntity> type, AttributeModifierMap map) Deprecated.ModifierConstructorDescriptionAttributeModifierManager
(AttributeModifierMap p_i231502_1_) MutableAttribute
(AttributeModifierMap attributeMap) -
Uses of AttributeModifierMap in net.minecraftforge.common
Modifier and TypeFieldDescriptionprivate static final Map<EntityType<? extends LivingEntity>,
AttributeModifierMap> ForgeHooks.FORGE_ATTRIBUTES
Modifier and TypeMethodDescriptionstatic AttributeModifierMap
ForgeHooks.putAttributesOld
(EntityType<? extends LivingEntity> type, AttributeModifierMap map) Deprecated.Modifier and TypeMethodDescriptionstatic Map<EntityType<? extends LivingEntity>,
AttributeModifierMap> ForgeHooks.getAttributesView()
Deprecated.Modifier and TypeMethodDescriptionstatic AttributeModifierMap
ForgeHooks.putAttributesOld
(EntityType<? extends LivingEntity> type, AttributeModifierMap map) Deprecated. -
Uses of AttributeModifierMap in net.minecraftforge.event.entity
Modifier and TypeFieldDescriptionprivate final Map<EntityType<? extends LivingEntity>,
AttributeModifierMap> EntityAttributeCreationEvent.map
Modifier and TypeMethodDescriptionvoid
EntityAttributeCreationEvent.put
(EntityType<? extends LivingEntity> entity, AttributeModifierMap map) ModifierConstructorDescriptionEntityAttributeCreationEvent
(Map<EntityType<? extends LivingEntity>, AttributeModifierMap> map)