Uses of Class
net.minecraft.entity.ai.attributes.AttributeModifierMap
Packages that use AttributeModifierMap
Package
Description
-
Uses of AttributeModifierMap in net.minecraft.entity.ai.attributes
Fields in net.minecraft.entity.ai.attributes declared as AttributeModifierMapModifier and TypeFieldDescriptionprivate final AttributeModifierMap
AttributeModifierManager.supplier
Fields in net.minecraft.entity.ai.attributes with type parameters of type AttributeModifierMapModifier and TypeFieldDescriptionprivate static final Map<EntityType<? extends LivingEntity>,
AttributeModifierMap> GlobalEntityTypeAttributes.FORGE_ATTRIBUTES
Deprecated.private static final Map<EntityType<? extends LivingEntity>,
AttributeModifierMap> GlobalEntityTypeAttributes.SUPPLIERS
Methods in net.minecraft.entity.ai.attributes that return AttributeModifierMapModifier 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.Methods in net.minecraft.entity.ai.attributes with parameters of type AttributeModifierMapModifier and TypeMethodDescriptionstatic AttributeModifierMap
GlobalEntityTypeAttributes.put
(EntityType<? extends LivingEntity> type, AttributeModifierMap map) Deprecated.Constructors in net.minecraft.entity.ai.attributes with parameters of type AttributeModifierMapModifierConstructorDescriptionAttributeModifierManager
(AttributeModifierMap p_i231502_1_) MutableAttribute
(AttributeModifierMap attributeMap) -
Uses of AttributeModifierMap in net.minecraftforge.common
Fields in net.minecraftforge.common with type parameters of type AttributeModifierMapModifier and TypeFieldDescriptionprivate static final Map<EntityType<? extends LivingEntity>,
AttributeModifierMap> ForgeHooks.FORGE_ATTRIBUTES
Methods in net.minecraftforge.common that return AttributeModifierMapModifier and TypeMethodDescriptionstatic AttributeModifierMap
ForgeHooks.putAttributesOld
(EntityType<? extends LivingEntity> type, AttributeModifierMap map) Deprecated.Methods in net.minecraftforge.common that return types with arguments of type AttributeModifierMapModifier and TypeMethodDescriptionstatic Map<EntityType<? extends LivingEntity>,
AttributeModifierMap> ForgeHooks.getAttributesView()
Deprecated.Methods in net.minecraftforge.common with parameters of type AttributeModifierMapModifier and TypeMethodDescriptionstatic AttributeModifierMap
ForgeHooks.putAttributesOld
(EntityType<? extends LivingEntity> type, AttributeModifierMap map) Deprecated. -
Uses of AttributeModifierMap in net.minecraftforge.event.entity
Fields in net.minecraftforge.event.entity with type parameters of type AttributeModifierMapModifier and TypeFieldDescriptionprivate final Map<EntityType<? extends LivingEntity>,
AttributeModifierMap> EntityAttributeCreationEvent.map
Methods in net.minecraftforge.event.entity with parameters of type AttributeModifierMapModifier and TypeMethodDescriptionvoid
EntityAttributeCreationEvent.put
(EntityType<? extends LivingEntity> entity, AttributeModifierMap map) Constructor parameters in net.minecraftforge.event.entity with type arguments of type AttributeModifierMapModifierConstructorDescriptionEntityAttributeCreationEvent
(Map<EntityType<? extends LivingEntity>, AttributeModifierMap> map)