public CellComponentClientState getClientState(CellComponentClientState state,
WonderlandClientID clientID,
ClientCapabilities capabilities)
{
if (state == null) {
state = new InteractionComponentClientState();
}
((InteractionComponentClientState) state).setCollidable(collidable);
((InteractionComponentClientState) state).setSelectable(selectable);