Uses of Class
de.extio.spacecraft.shared.model.client.renderer.DrawEffectRenderingBoEffects
-
Packages that use DrawEffectRenderingBoEffects Package Description de.extio.spacecraft.shared.client.renderer.bo Interfaces for business objects of the renderer.de.extio.spacecraft.shared.model.client.event Builtin events of the event subsystem.de.extio.spacecraft.shared.model.client.renderer Enums, business and data objects for the renderer -
-
Uses of DrawEffectRenderingBoEffects in de.extio.spacecraft.shared.client.renderer.bo
Methods in de.extio.spacecraft.shared.client.renderer.bo with parameters of type DrawEffectRenderingBoEffects Modifier and Type Method Description DrawEffectRenderingBo
DrawEffectRenderingBo. setEffect(DrawEffectRenderingBoEffects effect)
-
Uses of DrawEffectRenderingBoEffects in de.extio.spacecraft.shared.model.client.event
Methods in de.extio.spacecraft.shared.model.client.event that return DrawEffectRenderingBoEffects Modifier and Type Method Description DrawEffectRenderingBoEffects
ViewPortEffectEvent. getEffect()
Constructors in de.extio.spacecraft.shared.model.client.event with parameters of type DrawEffectRenderingBoEffects Constructor Description ViewPortEffectEvent(int ttl, DrawEffectRenderingBoEffects effect, RgbaColor color, CoordI2 originWorldPos, CoordI2 originEntityPos, UUID originCompositeEntityId, List<CoordI2> coordinates, List<CoordI2> tiledCoordinates, List<CompositeIdAndPosition> entityCoordinates, List<CoordI2> worldCoordinates, int customInt0, double customDouble0)
Effect -
Uses of DrawEffectRenderingBoEffects in de.extio.spacecraft.shared.model.client.renderer
Methods in de.extio.spacecraft.shared.model.client.renderer that return DrawEffectRenderingBoEffects Modifier and Type Method Description static DrawEffectRenderingBoEffects
DrawEffectRenderingBoEffects. valueOf(String name)
Returns the enum constant of this type with the specified name.static DrawEffectRenderingBoEffects[]
DrawEffectRenderingBoEffects. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-