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