Interface ShipEditorEntityPlugin
-
public interface ShipEditorEntityPluginThese entities provide a view in ship editor for further control in that context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclientShipEditorEntityPluginReset()StringgetShipEditorEntityPluginIconResourceName()StringgetShipEditorEntityPluginName()voidonClientShipEditorEntityPluginActivate()voidonClientShipEditorEntityPluginDeactivate()voidonClientShipEditorEntityPluginEvent(Event event)voidonClientShipEditorEntityPluginRenderToolbarContent(List<RenderingBo> renderingBo, CoordI2 absolutePosition, Area2 toolRenderingArea, Area2 editorSelection)
-
-
-
Method Detail
-
getShipEditorEntityPluginName
String getShipEditorEntityPluginName()
-
getShipEditorEntityPluginIconResourceName
String getShipEditorEntityPluginIconResourceName()
-
clientShipEditorEntityPluginReset
void clientShipEditorEntityPluginReset()
-
onClientShipEditorEntityPluginRenderToolbarContent
void onClientShipEditorEntityPluginRenderToolbarContent(List<RenderingBo> renderingBo, CoordI2 absolutePosition, Area2 toolRenderingArea, Area2 editorSelection)
-
onClientShipEditorEntityPluginActivate
void onClientShipEditorEntityPluginActivate()
-
onClientShipEditorEntityPluginDeactivate
void onClientShipEditorEntityPluginDeactivate()
-
onClientShipEditorEntityPluginEvent
void onClientShipEditorEntityPluginEvent(Event event)
-
-