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 AttributeModifierMapAttributeModifierManager.supplierFields in net.minecraft.entity.ai.attributes with type parameters of type AttributeModifierMapModifier and TypeFieldDescriptionprivate static final Map<EntityType<? extends LivingEntity>,AttributeModifierMap> GlobalEntityTypeAttributes.FORGE_ATTRIBUTESDeprecated.private static final Map<EntityType<? extends LivingEntity>,AttributeModifierMap> GlobalEntityTypeAttributes.SUPPLIERSMethods in net.minecraft.entity.ai.attributes that return AttributeModifierMapModifier and TypeMethodDescriptionAttributeModifierMap.MutableAttribute.build()static AttributeModifierMapGlobalEntityTypeAttributes.getSupplier(EntityType<? extends LivingEntity> p_233835_0_) static AttributeModifierMapGlobalEntityTypeAttributes.put(EntityType<? extends LivingEntity> type, AttributeModifierMap map) Deprecated.Methods in net.minecraft.entity.ai.attributes with parameters of type AttributeModifierMapModifier and TypeMethodDescriptionstatic AttributeModifierMapGlobalEntityTypeAttributes.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_ATTRIBUTESMethods in net.minecraftforge.common that return AttributeModifierMapModifier and TypeMethodDescriptionstatic AttributeModifierMapForgeHooks.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 AttributeModifierMapForgeHooks.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.mapMethods in net.minecraftforge.event.entity with parameters of type AttributeModifierMapModifier and TypeMethodDescriptionvoidEntityAttributeCreationEvent.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)