Constructor
new StoneGroup(boardConstants)
Parameters:
| Name | Type | Description | 
|---|---|---|
| boardConstants | object | 
- Source:
Classes
Methods
add(v)
    空点vを追加します。
    Parameters:
| Name | Type | Description | 
|---|---|---|
| v | Uint16 | 
- Source:
clear(stone)
    stoneがtrueの時、石1つの連として初期化します。
stoneがfalseの時、空点として初期化します。
    Parameters:
| Name | Type | Description | 
|---|---|---|
| stone | bool | 
- Source:
copyTo(dest)
    コピーします。
    Parameters:
| Name | Type | Description | 
|---|---|---|
| dest | StoneGroup | 
- Source:
merge(other)
    連をマージします。
    Parameters:
| Name | Type | Description | 
|---|---|---|
| other | StoneGroup | 
- Source:
sub(v)
    空点vを削除します。
    Parameters:
| Name | Type | Description | 
|---|---|---|
| v | Uint16 | 
- Source: