public class RecoverStaminaByStampSheetResult extends Object implements io.gs2.model.IResult, Serializable
| Constructor and Description |
|---|
RecoverStaminaByStampSheetResult() |
| Modifier and Type | Method and Description |
|---|---|
Stamina |
getItem()
スタミナを取得
|
Long |
getOverflowValue()
スタミナ値の上限を超えて受け取れずに GS2-Inbox に転送したスタミナ値を取得
|
void |
setItem(Stamina item)
スタミナを設定
|
void |
setOverflowValue(Long overflowValue)
スタミナ値の上限を超えて受け取れずに GS2-Inbox に転送したスタミナ値を設定
|
public Stamina getItem()
public void setItem(Stamina item)
item - スタンプシートを使用してスタミナを回復public Long getOverflowValue()
public void setOverflowValue(Long overflowValue)
overflowValue - スタンプシートを使用してスタミナを回復Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.