Package emu.grasscutter.net.proto
Interface AvatarExpeditionGetRewardRspOuterClass.AvatarExpeditionGetRewardRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AvatarExpeditionGetRewardRspOuterClass.AvatarExpeditionGetRewardRsp,AvatarExpeditionGetRewardRspOuterClass.AvatarExpeditionGetRewardRsp.Builder
- Enclosing class:
- AvatarExpeditionGetRewardRspOuterClass
public static interface AvatarExpeditionGetRewardRspOuterClass.AvatarExpeditionGetRewardRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsExpeditionInfoMap(long key) map<uint64, .AvatarExpeditionInfo> expedition_info_map = 9;Deprecated.intmap<uint64, .AvatarExpeditionInfo> expedition_info_map = 9;map<uint64, .AvatarExpeditionInfo> expedition_info_map = 9;getExpeditionInfoMapOrDefault(long key, AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo defaultValue) map<uint64, .AvatarExpeditionInfo> expedition_info_map = 9;getExpeditionInfoMapOrThrow(long key) map<uint64, .AvatarExpeditionInfo> expedition_info_map = 9;getExtraItemList(int index) repeated .ItemParam extra_item_list = 5;intrepeated .ItemParam extra_item_list = 5;repeated .ItemParam extra_item_list = 5;getExtraItemListOrBuilder(int index) repeated .ItemParam extra_item_list = 5;List<? extends ItemParamOuterClass.ItemParamOrBuilder>repeated .ItemParam extra_item_list = 5;getItemList(int index) repeated .ItemParam item_list = 11;intrepeated .ItemParam item_list = 11;repeated .ItemParam item_list = 11;getItemListOrBuilder(int index) repeated .ItemParam item_list = 11;List<? extends ItemParamOuterClass.ItemParamOrBuilder>repeated .ItemParam item_list = 11;intint32 retcode = 1;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
-
getRetcode
int getRetcode()int32 retcode = 1;- Returns:
- The retcode.
-
getItemListList
List<ItemParamOuterClass.ItemParam> getItemListList()repeated .ItemParam item_list = 11; -
getItemList
repeated .ItemParam item_list = 11; -
getItemListCount
int getItemListCount()repeated .ItemParam item_list = 11; -
getItemListOrBuilderList
List<? extends ItemParamOuterClass.ItemParamOrBuilder> getItemListOrBuilderList()repeated .ItemParam item_list = 11; -
getItemListOrBuilder
repeated .ItemParam item_list = 11; -
getExpeditionInfoMapCount
int getExpeditionInfoMapCount()map<uint64, .AvatarExpeditionInfo> expedition_info_map = 9; -
containsExpeditionInfoMap
boolean containsExpeditionInfoMap(long key) map<uint64, .AvatarExpeditionInfo> expedition_info_map = 9; -
getExpeditionInfoMap
Deprecated.UsegetExpeditionInfoMapMap()instead. -
getExpeditionInfoMapMap
Map<Long,AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo> getExpeditionInfoMapMap()map<uint64, .AvatarExpeditionInfo> expedition_info_map = 9; -
getExpeditionInfoMapOrDefault
AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo getExpeditionInfoMapOrDefault(long key, AvatarExpeditionInfoOuterClass.AvatarExpeditionInfo defaultValue) map<uint64, .AvatarExpeditionInfo> expedition_info_map = 9; -
getExpeditionInfoMapOrThrow
map<uint64, .AvatarExpeditionInfo> expedition_info_map = 9; -
getExtraItemListList
List<ItemParamOuterClass.ItemParam> getExtraItemListList()repeated .ItemParam extra_item_list = 5; -
getExtraItemList
repeated .ItemParam extra_item_list = 5; -
getExtraItemListCount
int getExtraItemListCount()repeated .ItemParam extra_item_list = 5; -
getExtraItemListOrBuilderList
List<? extends ItemParamOuterClass.ItemParamOrBuilder> getExtraItemListOrBuilderList()repeated .ItemParam extra_item_list = 5; -
getExtraItemListOrBuilder
repeated .ItemParam extra_item_list = 5;
-