Class ViewPortHighlightRasterEvent
- 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.ViewPortHighlightRasterEvent
-
public final class ViewPortHighlightRasterEvent extends ViewPortEvent
Highlights a certain tile on the tile grid
-
-
Constructor Summary
Constructors Constructor Description ViewPortHighlightRasterEvent(boolean exclusive, CoordI2 absolutePos, CoordI2 worldPos, CoordI2 entityPos, UUID compositeEntityId)
ViewPortHighlightRasterEvent(boolean exclusive, CoordI2 absolutePos, CoordI2 worldPos, CoordI2 entityPos, UUID compositeEntityId, RgbaColor color, RenderingBoLayer layer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordI2
getAbsolute()
RgbaColor
getColor()
UUID
getCompositeEntityId()
CoordI2
getEntityPos()
RenderingBoLayer
getLayer()
CoordI2
getWorldPos()
boolean
isInGroup(Event other)
void
setLayer(RenderingBoLayer layer)
-
Methods inherited from class de.extio.spacecraft.shared.model.client.event.Event
getFrameCur, getFrameTTL, isExlusive, isPriority, setFrameCur
-
-
-
-
Method Detail
-
getAbsolute
public CoordI2 getAbsolute()
-
getEntityPos
public CoordI2 getEntityPos()
-
getColor
public RgbaColor getColor()
-
getLayer
public RenderingBoLayer getLayer()
-
setLayer
public void setLayer(RenderingBoLayer layer)
-
getCompositeEntityId
public UUID getCompositeEntityId()
-
getWorldPos
public CoordI2 getWorldPos()
-
-