Interface IMobileEntity.EntityMovedListener
- All Superinterfaces:
EventListener
- Enclosing interface:
IMobileEntity
- 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 IMobileEntity.EntityMovedListener
extends EventListener
This listener interface receives events when an entity was moved.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidmoved(EntityMovedEvent event) Invoked after an entity was moved.
-
Method Details
-
moved
Invoked after an entity was moved.- Parameters:
event- The entity moved event.
-