| Package | Description |
|---|---|
| io.gs2.showcase.control | |
| io.gs2.showcase.model |
| Modifier and Type | Method and Description |
|---|---|
Item |
BuyItemResult.getItem()
商品を取得
|
Item |
GetItemResult.getItem()
商品を取得
|
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
DescribeItemResult.getItems()
商品を取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuyItemResult.setItem(Item item)
商品を設定
|
void |
GetItemResult.setItem(Item item)
商品を設定
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeItemResult.setItems(List<Item> items)
商品を設定
|
| Modifier and Type | Method and Description |
|---|---|
Item |
Item.withCanBuy(Boolean canBuy)
購入可能かを設定
|
Item |
Item.withCurrencyConsumableItemItemPoolName(String currencyConsumableItemItemPoolName)
GS2-ConsumableItem アイテムプール名を設定
|
Item |
Item.withCurrencyConsumableItemName(String currencyConsumableItemName)
GS2-ConsumableItem アイテム名を設定
|
Item |
Item.withCurrencyGoldName(String currencyGoldName)
GS2-Gold 通貨名を設定
|
Item |
Item.withCurrencyMoneyName(String currencyMoneyName)
GS2-Money 課金通貨名を設定
|
Item |
Item.withCurrencyOption(String currencyOption)
対価消費処理にまつわるオプション値を設定
|
Item |
Item.withCurrencyType(String currencyType)
販売通貨を設定
|
Item |
Item.withItemAmount(Integer itemAmount)
入手数量を設定
|
Item |
Item.withItemConsumableItemItemName(String itemConsumableItemItemName)
GS2-ConsumableItem アイテム名を設定
|
Item |
Item.withItemConsumableItemItemPoolName(String itemConsumableItemItemPoolName)
GS2-ConsumableItem アイテムプール名を設定
|
Item |
Item.withItemGachaGachaName(String itemGachaGachaName)
GS2-Gacha ガチャ名を設定
|
Item |
Item.withItemGachaGachaPoolName(String itemGachaGachaPoolName)
GS2-Gacha ガチャプール名を設定
|
Item |
Item.withItemGoldName(String itemGoldName)
GS2-Gold 通貨名を設定
|
Item |
Item.withItemMoneyName(String itemMoneyName)
GS2-Money 課金通貨名を設定
|
Item |
Item.withItemOption(String itemOption)
アイテムの入手処理にまつわるオプション値を設定
|
Item |
Item.withItemStaminaStaminaPoolName(String itemStaminaStaminaPoolName)
GS2-Stamina スタミナプール名を設定
|
Item |
Item.withItemType(String itemType)
入手アイテムの種類を設定
|
Item |
Item.withMeta(String meta)
メタデータを設定
|
Item |
Item.withName(String name)
商品名を設定
|
Item |
Item.withPrice(Float price)
販売価格を設定
|
Item |
Item.withShowcaseItemId(String showcaseItemId)
陳列商品IDを設定
|
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.