@Override
public CellComponentClientState getClientState(CellComponentClientState state,
WonderlandClientID clientID,
ClientCapabilities capabilities) {
if (state == null) {
state = new NewInteractionComponentClientState();
}
((NewInteractionComponentClientState) state).setHighlightEnable(highlightEnable);
((NewInteractionComponentClientState) state).setRed(red);
((NewInteractionComponentClientState) state).setGreen(green);