Interface EntityTickEvents.EndTick<T extends net.minecraft.world.entity.Entity>

Enclosing class:
EntityTickEvents
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 EntityTickEvents.EndTick<T extends net.minecraft.world.entity.Entity>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    endTick(T entity, net.minecraft.world.level.Level level)
    Fires at the very end of an entity being ticked
  • Method Details

    • endTick

      void endTick(T entity, net.minecraft.world.level.Level level)
      Fires at the very end of an entity being ticked
      Parameters:
      entity - the entity being ticked
      level - the level the entity is in