Interface EntityTransformListener
- All Superinterfaces:
EventListener
This listener provides callbacks for when an
Entity was moved or changed its size.-
Method Summary
Modifier and TypeMethodDescriptiondefault voidlocationChanged(IEntity entity) This method is called whenever the location of anIEntitywas changed.default voidsizeChanged(IEntity entity) This method is called whenever the size of anIEntitywas changed.
-
Method Details
-
locationChanged
This method is called whenever the location of anIEntitywas changed.- Parameters:
entity- The entity that changed its location.- See Also:
-
sizeChanged
This method is called whenever the size of anIEntitywas changed.- Parameters:
entity- The entity that changed its size.- See Also:
-