Uses of Class
de.extio.spacecraft.shared.model.client.event.ViewPortEntitySelectionEvent
-
Packages that use ViewPortEntitySelectionEvent Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanics -
-
Uses of ViewPortEntitySelectionEvent in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo that return ViewPortEntitySelectionEvent Modifier and Type Method Description ViewPortEntitySelectionEventClientSelectionUtils. getSelectionByEntityId(UUID entityId)Get details about an entity selection by entity idViewPortEntitySelectionEventClientSelectionUtils. getSelectionByLocalPlayer()Get details about the entity selection by the player using the local game clientViewPortEntitySelectionEventClientSelectionUtils. getSelectionByPlayerId(UUID playerId)Get details about an entity selection by player idViewPortEntitySelectionEventClientSelectionUtils. select(UUID compositeEntityId, UUID entityId, UUID playerId, boolean validateSelection, boolean publish)Select an entityMethods in de.extio.spacecraft.shared.bo with parameters of type ViewPortEntitySelectionEvent Modifier and Type Method Description voidClientSelectionUtils. publishEntitySelection(ViewPortEntitySelectionEvent viewPortEntitySelectionEvent)Sends the current entity selection to other players
-