Uses of Class
model.events.EntityMoveEvent
Packages that use EntityMoveEvent
-
Uses of EntityMoveEvent in controller
Methods in controller with parameters of type EntityMoveEventModifier and TypeMethodDescriptionvoidGame.entityMoved(EntityMoveEvent e) Something in the game has moved so register this as an event (by adding it to the game events queue) so that the game can respond (will need to check for collision with other game entities) -
Uses of EntityMoveEvent in model
Methods in model with parameters of type EntityMoveEventModifier and TypeMethodDescriptionvoidAlienArmyArray.entityMoved(EntityMoveEvent e) entityMovedvoidEntity.entityMoved(EntityMoveEvent e) No Action by defaultvoidEntityListArray.entityMoved(EntityMoveEvent e) protected voidEntity.fireEntityMoved(EntityMoveEvent e) Inform listeners that a this entity has moved -
Uses of EntityMoveEvent in model.events
Methods in model.events with parameters of type EntityMoveEvent