Interface IMobileEntity.EntityMovedListener

All Superinterfaces:
java.util.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 java.util.EventListener
This listener interface receives events when an entity was moved.
See Also:
IMovementController, IMobileEntity.onMoved(EntityMovedListener)
  • Method Summary

    Modifier and TypeMethodDescription
    voidmoved​(EntityMovedEvent event)
    Invoked after an entity was moved.
  • Method Details

    • moved

      void moved​(EntityMovedEvent event)
      Invoked after an entity was moved.
      Parameters:
      event - The entity moved event.