| Package | Description |
|---|---|
| io.gs2.stamina.model | |
| io.gs2.stamina.result |
| Modifier and Type | Method and Description |
|---|---|
StaminaModel |
StaminaModel.withInitialCapacity(Integer initialCapacity)
スタミナの最大値の初期値を設定
|
StaminaModel |
StaminaModel.withIsOverflow(Boolean isOverflow)
最大値を超えて回復するかを設定
|
StaminaModel |
StaminaModel.withMaxCapacity(Integer maxCapacity)
溢れた状況での最大値を設定
|
StaminaModel |
StaminaModel.withMaxStaminaTable(MaxStaminaTable maxStaminaTable)
GS2-Experience と連携する際に使用するスタミナ最大値テーブルを設定
|
StaminaModel |
StaminaModel.withMetadata(String metadata)
スタミナの種類のメタデータを設定
|
StaminaModel |
StaminaModel.withName(String name)
スタミナの種類名を設定
|
StaminaModel |
StaminaModel.withRecoverIntervalMinutes(Integer recoverIntervalMinutes)
スタミナを回復する速度(秒)を設定
|
StaminaModel |
StaminaModel.withRecoverValue(Integer recoverValue)
時間経過後に回復する量を設定
|
StaminaModel |
StaminaModel.withStaminaModelId(String staminaModelId)
スタミナモデルマスターを設定
|
| Modifier and Type | Method and Description |
|---|---|
int |
StaminaModel.compareTo(StaminaModel o) |
| Modifier and Type | Method and Description |
|---|---|
StaminaModel |
GetStaminaModelResult.getItem()
スタミナモデルを取得
|
| Modifier and Type | Method and Description |
|---|---|
List<StaminaModel> |
DescribeStaminaModelsResult.getItems()
スタミナモデルのリストを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetStaminaModelResult.setItem(StaminaModel item)
スタミナモデルを設定
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStaminaModelsResult.setItems(List<StaminaModel> items)
スタミナモデルのリストを設定
|
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.