Package dev.upcraft.sparkweave.api.event
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
-
Method Details
-
endTick
Fires at the very end of an entity being ticked- Parameters:
entity- the entity being tickedlevel- the level the entity is in
-