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 ViewPortEntitySelectionEvent
ClientSelectionUtils. getSelectionByEntityId(UUID entityId)
Get details about an entity selection by entity idViewPortEntitySelectionEvent
ClientSelectionUtils. getSelectionByLocalPlayer()
Get details about the entity selection by the player using the local game clientViewPortEntitySelectionEvent
ClientSelectionUtils. getSelectionByPlayerId(UUID playerId)
Get details about an entity selection by player idViewPortEntitySelectionEvent
ClientSelectionUtils. 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 void
ClientSelectionUtils. publishEntitySelection(ViewPortEntitySelectionEvent viewPortEntitySelectionEvent)
Sends the current entity selection to other players
-