Uses of Class
de.extio.spacecraft.shared.model.client.renderer.DrawTileEffectRenderingBoEffects
-
Packages that use DrawTileEffectRenderingBoEffects 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 DrawTileEffectRenderingBoEffects in de.extio.spacecraft.shared.client.renderer.bo
Methods in de.extio.spacecraft.shared.client.renderer.bo with parameters of type DrawTileEffectRenderingBoEffects Modifier and Type Method Description DrawTileEffectRenderingBoDrawTileEffectRenderingBo. setEffect(DrawTileEffectRenderingBoEffects effect) -
Uses of DrawTileEffectRenderingBoEffects in de.extio.spacecraft.shared.model.client.event
Methods in de.extio.spacecraft.shared.model.client.event that return DrawTileEffectRenderingBoEffects Modifier and Type Method Description DrawTileEffectRenderingBoEffectsViewPortEffectEvent. getTileEffect()Constructors in de.extio.spacecraft.shared.model.client.event with parameters of type DrawTileEffectRenderingBoEffects Constructor Description ViewPortEffectEvent(int ttl, DrawTileEffectRenderingBoEffects tileEffect, RgbaColor color, CoordI2 worldPos, CoordI2 entityPos, UUID compositeEntityId, List<CoordI2> coordinates, int customInt0, int customInt1, String customString0)Tile Effect -
Uses of DrawTileEffectRenderingBoEffects in de.extio.spacecraft.shared.model.client.renderer
Methods in de.extio.spacecraft.shared.model.client.renderer that return DrawTileEffectRenderingBoEffects Modifier and Type Method Description static DrawTileEffectRenderingBoEffectsDrawTileEffectRenderingBoEffects. valueOf(String name)Returns the enum constant of this type with the specified name.static DrawTileEffectRenderingBoEffects[]DrawTileEffectRenderingBoEffects. values()Returns an array containing the constants of this enum type, in the order they are declared.
-