8788899091929394
notifyObjectMove(getAllObjects()); } protected void notifyObjectMove(Collection<GameObjectLocation> objects) { for(GameListener listener : listeners.getListeners(GameListener.class)) { listener.onObjectsUpdate(new ObjectsUpdateEvent(objects)); } }