Uses of Class
net.minecraft.entity.attribute.EntityAttributeModifier
-
Uses of EntityAttributeModifier in net.minecraft.entity
Fields in net.minecraft.entity declared as EntityAttributeModifier Modifier and Type Field Description private static EntityAttributeModifierLivingEntity. SPRINTING_SPEED_BOOST -
Uses of EntityAttributeModifier in net.minecraft.entity.attribute
Fields in net.minecraft.entity.attribute with type parameters of type EntityAttributeModifier Modifier and Type Field Description private Map<UUID,EntityAttributeModifier>EntityAttributeInstance. idToModifiersprivate Map<EntityAttributeModifier.Operation,Set<EntityAttributeModifier>>EntityAttributeInstance. operationToModifiersprivate Set<EntityAttributeModifier>EntityAttributeInstance. persistentModifiersMethods in net.minecraft.entity.attribute that return EntityAttributeModifier Modifier and Type Method Description static @Nullable EntityAttributeModifierEntityAttributeModifier. fromNbt(NbtCompound nbt)@Nullable EntityAttributeModifierEntityAttributeInstance. getModifier(UUID uuid)Methods in net.minecraft.entity.attribute that return types with arguments of type EntityAttributeModifier Modifier and Type Method Description Set<EntityAttributeModifier>EntityAttributeInstance. getModifiers()Set<EntityAttributeModifier>EntityAttributeInstance. getModifiers(EntityAttributeModifier.Operation operation)private Collection<EntityAttributeModifier>EntityAttributeInstance. getModifiersByOperation(EntityAttributeModifier.Operation operation)Methods in net.minecraft.entity.attribute with parameters of type EntityAttributeModifier Modifier and Type Method Description private voidEntityAttributeInstance. addModifier(EntityAttributeModifier modifier)voidEntityAttributeInstance. addPersistentModifier(EntityAttributeModifier modifier)voidEntityAttributeInstance. addTemporaryModifier(EntityAttributeModifier modifier)Adds a temporary attribute modifier.booleanEntityAttributeInstance. hasModifier(EntityAttributeModifier modifier)voidEntityAttributeInstance. removeModifier(EntityAttributeModifier modifier)Method parameters in net.minecraft.entity.attribute with type arguments of type EntityAttributeModifier Modifier and Type Method Description voidAttributeContainer. addTemporaryModifiers(Multimap<EntityAttribute,EntityAttributeModifier> attributeModifiers)voidAttributeContainer. removeModifiers(Multimap<EntityAttribute,EntityAttributeModifier> attributeModifiers) -
Uses of EntityAttributeModifier in net.minecraft.entity.effect
Fields in net.minecraft.entity.effect with type parameters of type EntityAttributeModifier Modifier and Type Field Description private Map<EntityAttribute,EntityAttributeModifier>StatusEffect. attributeModifiersMethods in net.minecraft.entity.effect that return types with arguments of type EntityAttributeModifier Modifier and Type Method Description Map<EntityAttribute,EntityAttributeModifier>StatusEffect. getAttributeModifiers()Methods in net.minecraft.entity.effect with parameters of type EntityAttributeModifier Modifier and Type Method Description doubleDamageModifierStatusEffect. adjustModifierAmount(int amplifier, EntityAttributeModifier modifier)doubleStatusEffect. adjustModifierAmount(int amplifier, EntityAttributeModifier modifier) -
Uses of EntityAttributeModifier in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as EntityAttributeModifier Modifier and Type Field Description private static EntityAttributeModifierEndermanEntity. ATTACKING_SPEED_BOOSTprivate static EntityAttributeModifierZombifiedPiglinEntity. ATTACKING_SPEED_BOOSTprivate static EntityAttributeModifierZombieEntity. BABY_SPEED_BONUSprivate static EntityAttributeModifierPiglinEntity. BABY_SPEED_BOOSTprivate static EntityAttributeModifierShulkerEntity. COVERED_ARMOR_BONUSprivate static EntityAttributeModifierWitchEntity. DRINKING_SPEED_PENALTY_MODIFIER -
Uses of EntityAttributeModifier in net.minecraft.item
Fields in net.minecraft.item with type parameters of type EntityAttributeModifier Modifier and Type Field Description private Multimap<EntityAttribute,EntityAttributeModifier>ArmorItem. attributeModifiersprivate Multimap<EntityAttribute,EntityAttributeModifier>MiningToolItem. attributeModifiersprivate Multimap<EntityAttribute,EntityAttributeModifier>SwordItem. attributeModifiersprivate Multimap<EntityAttribute,EntityAttributeModifier>TridentItem. attributeModifiersMethods in net.minecraft.item that return types with arguments of type EntityAttributeModifier Modifier and Type Method Description Multimap<EntityAttribute,EntityAttributeModifier>ArmorItem. getAttributeModifiers(EquipmentSlot slot)Multimap<EntityAttribute,EntityAttributeModifier>Item. getAttributeModifiers(EquipmentSlot slot)Multimap<EntityAttribute,EntityAttributeModifier>ItemStack. getAttributeModifiers(EquipmentSlot slot)Multimap<EntityAttribute,EntityAttributeModifier>MiningToolItem. getAttributeModifiers(EquipmentSlot slot)Multimap<EntityAttribute,EntityAttributeModifier>SwordItem. getAttributeModifiers(EquipmentSlot slot)Multimap<EntityAttribute,EntityAttributeModifier>TridentItem. getAttributeModifiers(EquipmentSlot slot)Methods in net.minecraft.item with parameters of type EntityAttributeModifier Modifier and Type Method Description voidItemStack. addAttributeModifier(EntityAttribute attribute, EntityAttributeModifier modifier, @Nullable EquipmentSlot slot) -
Uses of EntityAttributeModifier in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type EntityAttributeModifier Modifier and Type Field Description private Collection<EntityAttributeModifier>EntityAttributesS2CPacket.Entry. modifiersMethods in net.minecraft.network.packet.s2c.play that return types with arguments of type EntityAttributeModifier Modifier and Type Method Description Collection<EntityAttributeModifier>EntityAttributesS2CPacket.Entry. getModifiers()Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type EntityAttributeModifier Constructor Description Entry(EntityAttribute attribute, double baseValue, Collection<EntityAttributeModifier> modifiers)