| Package | Description |
|---|---|
| io.gs2.showcase.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<DisplayItem> |
Showcase.displayItems
インベントリに格納可能なアイテムモデル一覧
|
| Modifier and Type | Method and Description |
|---|---|
DisplayItem |
DisplayItem.withDisplayItemId(String displayItemId)
陳列商品IDを設定
|
DisplayItem |
DisplayItem.withSalesItem(SalesItem salesItem)
陳列する商品を設定
|
DisplayItem |
DisplayItem.withSalesItemGroup(SalesItemGroup salesItemGroup)
陳列する商品グループを設定
|
DisplayItem |
DisplayItem.withSalesPeriodEventId(String salesPeriodEventId)
販売期間とするイベントマスター のGRNを設定
|
DisplayItem |
DisplayItem.withType(String type)
種類を設定
|
| Modifier and Type | Method and Description |
|---|---|
List<DisplayItem> |
Showcase.getDisplayItems()
インベントリに格納可能なアイテムモデル一覧を取得
|
| Modifier and Type | Method and Description |
|---|---|
int |
DisplayItem.compareTo(DisplayItem o) |
| Modifier and Type | Method and Description |
|---|---|
void |
Showcase.setDisplayItems(List<DisplayItem> displayItems)
インベントリに格納可能なアイテムモデル一覧を設定
|
Showcase |
Showcase.withDisplayItems(List<DisplayItem> displayItems)
インベントリに格納可能なアイテムモデル一覧を設定
|
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.