Class ViewPortEntitySelectionEvent
- java.lang.Object
-
- de.extio.spacecraft.shared.model.client.event.Event
-
- de.extio.spacecraft.shared.model.client.event.ViewPortEvent
-
- de.extio.spacecraft.shared.model.client.event.ViewPortEntitySelectionEvent
-
public final class ViewPortEntitySelectionEvent extends ViewPortEvent
-
-
Constructor Summary
Constructors Constructor Description ViewPortEntitySelectionEvent(UUID compositeEntityId, UUID entityId, UUID playerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
getCompositeEntityId()
UUID
getEntityId()
UUID
getPlayerId()
boolean
isInGroup(Event other)
-
Methods inherited from class de.extio.spacecraft.shared.model.client.event.Event
getFrameCur, getFrameTTL, isExlusive, isPriority, setFrameCur
-
-