Uses of Class
net.minecraft.entity.ai.attributes.AttributeModifierMap.MutableAttribute
-
-
Uses of AttributeModifierMap.MutableAttribute in net.minecraft.entity
Methods in net.minecraft.entity that return AttributeModifierMap.MutableAttribute Modifier and Type Method Description static AttributeModifierMap.MutableAttributeLivingEntity. createLivingAttributes()static AttributeModifierMap.MutableAttributeMobEntity. createMobAttributes() -
Uses of AttributeModifierMap.MutableAttribute in net.minecraft.entity.ai.attributes
Fields in net.minecraft.entity.ai.attributes with type parameters of type AttributeModifierMap.MutableAttribute Modifier and Type Field Description private java.util.List<AttributeModifierMap.MutableAttribute>AttributeModifierMap.MutableAttribute. othersMethods in net.minecraft.entity.ai.attributes that return AttributeModifierMap.MutableAttribute Modifier and Type Method Description AttributeModifierMap.MutableAttributeAttributeModifierMap.MutableAttribute. add(Attribute p_233814_1_)AttributeModifierMap.MutableAttributeAttributeModifierMap.MutableAttribute. add(Attribute p_233815_1_, double p_233815_2_)static AttributeModifierMap.MutableAttributeAttributeModifierMap. builder()Methods in net.minecraft.entity.ai.attributes with parameters of type AttributeModifierMap.MutableAttribute Modifier and Type Method Description voidAttributeModifierMap.MutableAttribute. combine(AttributeModifierMap.MutableAttribute other) -
Uses of AttributeModifierMap.MutableAttribute in net.minecraft.entity.boss
Methods in net.minecraft.entity.boss that return AttributeModifierMap.MutableAttribute Modifier and Type Method Description static AttributeModifierMap.MutableAttributeWitherEntity. createAttributes() -
Uses of AttributeModifierMap.MutableAttribute in net.minecraft.entity.boss.dragon
Methods in net.minecraft.entity.boss.dragon that return AttributeModifierMap.MutableAttribute Modifier and Type Method Description static AttributeModifierMap.MutableAttributeEnderDragonEntity. createAttributes() -
Uses of AttributeModifierMap.MutableAttribute in net.minecraft.entity.merchant.villager
Methods in net.minecraft.entity.merchant.villager that return AttributeModifierMap.MutableAttribute Modifier and Type Method Description static AttributeModifierMap.MutableAttributeVillagerEntity. createAttributes() -
Uses of AttributeModifierMap.MutableAttribute in net.minecraft.entity.monster
-
Uses of AttributeModifierMap.MutableAttribute in net.minecraft.entity.monster.piglin
Methods in net.minecraft.entity.monster.piglin that return AttributeModifierMap.MutableAttribute Modifier and Type Method Description static AttributeModifierMap.MutableAttributePiglinBruteEntity. createAttributes()static AttributeModifierMap.MutableAttributePiglinEntity. createAttributes() -
Uses of AttributeModifierMap.MutableAttribute in net.minecraft.entity.passive
-
Uses of AttributeModifierMap.MutableAttribute in net.minecraft.entity.passive.fish
Methods in net.minecraft.entity.passive.fish that return AttributeModifierMap.MutableAttribute Modifier and Type Method Description static AttributeModifierMap.MutableAttributeAbstractFishEntity. createAttributes() -
Uses of AttributeModifierMap.MutableAttribute in net.minecraft.entity.passive.horse
Methods in net.minecraft.entity.passive.horse that return AttributeModifierMap.MutableAttribute Modifier and Type Method Description static AttributeModifierMap.MutableAttributeLlamaEntity. createAttributes()static AttributeModifierMap.MutableAttributeSkeletonHorseEntity. createAttributes()static AttributeModifierMap.MutableAttributeZombieHorseEntity. createAttributes()static AttributeModifierMap.MutableAttributeAbstractChestedHorseEntity. createBaseChestedHorseAttributes()static AttributeModifierMap.MutableAttributeAbstractHorseEntity. createBaseHorseAttributes() -
Uses of AttributeModifierMap.MutableAttribute in net.minecraft.entity.player
Methods in net.minecraft.entity.player that return AttributeModifierMap.MutableAttribute Modifier and Type Method Description static AttributeModifierMap.MutableAttributePlayerEntity. createAttributes() -
Uses of AttributeModifierMap.MutableAttribute in net.minecraftforge.event.entity
Fields in net.minecraftforge.event.entity with type parameters of type AttributeModifierMap.MutableAttribute Modifier and Type Field Description private java.util.Map<EntityType<? extends LivingEntity>,AttributeModifierMap.MutableAttribute>EntityAttributeModificationEvent. entityAttributesConstructor parameters in net.minecraftforge.event.entity with type arguments of type AttributeModifierMap.MutableAttribute Constructor Description EntityAttributeModificationEvent(java.util.Map<EntityType<? extends LivingEntity>,AttributeModifierMap.MutableAttribute> mapIn)
-