Interface EntityTransformListener

All Superinterfaces:
EventListener

public interface EntityTransformListener extends EventListener
This listener provides callbacks for when an Entity was moved or changed its size.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    This method is called whenever the location of an IEntity was changed.
    default void
    This method is called whenever the size of an IEntity was changed.