WonderlandClientID clientID,
ClientCapabilities capabilities) {
// If the given cellClientState is null, create a new one
if (cellClientState == null) {
cellClientState = new CellClientState();
}
populateCellClientState(cellClientState, clientID, capabilities);
// Set the name of the cell
cellClientState.setName(this.getName());