Interface EntityAttributeEvents.Updated

Enclosing class:
EntityAttributeEvents
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface EntityAttributeEvents.Updated
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    update(net.minecraft.world.entity.LivingEntity entity, net.minecraft.core.Holder<net.minecraft.world.entity.ai.attributes.Attribute> attribute)
     
  • Method Details

    • update

      void update(net.minecraft.world.entity.LivingEntity entity, net.minecraft.core.Holder<net.minecraft.world.entity.ai.attributes.Attribute> attribute)