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 AttributeModifierMapAttributeModifierManager. supplierFields 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_ATTRIBUTESDeprecated.private static java.util.Map<EntityType<? extends LivingEntity>,AttributeModifierMap>GlobalEntityTypeAttributes. SUPPLIERSMethods in net.minecraft.entity.ai.attributes that return AttributeModifierMap Modifier and Type Method Description AttributeModifierMapAttributeModifierMap.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 AttributeModifierMap Modifier and Type Method Description static AttributeModifierMapGlobalEntityTypeAttributes. 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_ATTRIBUTESMethods in net.minecraftforge.common that return AttributeModifierMap Modifier and Type Method Description static AttributeModifierMapForgeHooks. 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 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 AttributeModifierMap Modifier and Type Field Description private java.util.Map<EntityType<? extends LivingEntity>,AttributeModifierMap>EntityAttributeCreationEvent. mapMethods in net.minecraftforge.event.entity with parameters of type AttributeModifierMap Modifier and Type Method Description voidEntityAttributeCreationEvent. 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)
-