| Package | Description | 
|---|---|
| net.minecraft.entity | |
| net.minecraft.entity.ai.attributes | |
| net.minecraft.potion | 
| Modifier and Type | Field and Description | 
|---|---|
| private AbstractAttributeMap | EntityLivingBase. attributeMap | 
| Modifier and Type | Method and Description | 
|---|---|
| AbstractAttributeMap | EntityLivingBase. getAttributeMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | SharedMonsterAttributes. setAttributeModifiers(AbstractAttributeMap map,
                     NBTTagList list) | 
| static NBTTagList | SharedMonsterAttributes. writeBaseAttributeMapToNBT(AbstractAttributeMap map) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AttributeMap | 
| Modifier and Type | Field and Description | 
|---|---|
| private AbstractAttributeMap | ModifiableAttributeInstance. attributeMap | 
| Constructor and Description | 
|---|
| ModifiableAttributeInstance(AbstractAttributeMap attributeMapIn,
                           IAttribute genericAttributeIn) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Potion. applyAttributesModifiersToEntity(EntityLivingBase entityLivingBaseIn,
                                AbstractAttributeMap attributeMapIn,
                                int amplifier) | 
| void | PotionAbsorption. applyAttributesModifiersToEntity(EntityLivingBase entityLivingBaseIn,
                                AbstractAttributeMap attributeMapIn,
                                int amplifier) | 
| void | Potion. removeAttributesModifiersFromEntity(EntityLivingBase entityLivingBaseIn,
                                   AbstractAttributeMap attributeMapIn,
                                   int amplifier) | 
| void | PotionHealthBoost. removeAttributesModifiersFromEntity(EntityLivingBase entityLivingBaseIn,
                                   AbstractAttributeMap attributeMapIn,
                                   int amplifier) | 
| void | PotionAbsorption. removeAttributesModifiersFromEntity(EntityLivingBase entityLivingBaseIn,
                                   AbstractAttributeMap attributeMapIn,
                                   int amplifier) |