Package emu.grasscutter.net.proto
Interface HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoodsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoods,HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoods.Builder
- Enclosing class:
- HomeLimitedShopGoodsOuterClass
public static interface HomeLimitedShopGoodsOuterClass.HomeLimitedShopGoodsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 BKONLAFGBFC = 7;intuint32 bought_num = 3;getCostItemList(int index) repeated .ItemParam cost_item_list = 1;intrepeated .ItemParam cost_item_list = 1;repeated .ItemParam cost_item_list = 1;getCostItemListOrBuilder(int index) repeated .ItemParam cost_item_list = 1;List<? extends ItemParamOuterClass.ItemParamOrBuilder>repeated .ItemParam cost_item_list = 1;.ItemParam goods_item = 5;.ItemParam goods_item = 5;intuint32 LAKDFDKCMKC = 11;intuint32 OLFIOBININC = 4;boolean.ItemParam goods_item = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBKONLAFGBFC
int getBKONLAFGBFC()uint32 BKONLAFGBFC = 7;- Returns:
- The bKONLAFGBFC.
-
getOLFIOBININC
int getOLFIOBININC()uint32 OLFIOBININC = 4;- Returns:
- The oLFIOBININC.
-
getLAKDFDKCMKC
int getLAKDFDKCMKC()uint32 LAKDFDKCMKC = 11;- Returns:
- The lAKDFDKCMKC.
-
getCostItemListList
List<ItemParamOuterClass.ItemParam> getCostItemListList()repeated .ItemParam cost_item_list = 1; -
getCostItemList
repeated .ItemParam cost_item_list = 1; -
getCostItemListCount
int getCostItemListCount()repeated .ItemParam cost_item_list = 1; -
getCostItemListOrBuilderList
List<? extends ItemParamOuterClass.ItemParamOrBuilder> getCostItemListOrBuilderList()repeated .ItemParam cost_item_list = 1; -
getCostItemListOrBuilder
repeated .ItemParam cost_item_list = 1; -
hasGoodsItem
boolean hasGoodsItem().ItemParam goods_item = 5;- Returns:
- Whether the goodsItem field is set.
-
getGoodsItem
ItemParamOuterClass.ItemParam getGoodsItem().ItemParam goods_item = 5;- Returns:
- The goodsItem.
-
getGoodsItemOrBuilder
ItemParamOuterClass.ItemParamOrBuilder getGoodsItemOrBuilder().ItemParam goods_item = 5; -
getBoughtNum
int getBoughtNum()uint32 bought_num = 3;- Returns:
- The boughtNum.
-