WonderlandClientID clientID,
ClientCapabilities capabilities) {
// If the given cellClientState is null, create a new one
if (clientState == null) {
clientState = new CellPhysicsPropertiesComponentClientState();
}
physicsState.getClientState(clientState);
return clientState;