Package emu.grasscutter.net.proto
Interface RefreshRoguelikeDungeonCardRspOuterClass.RefreshRoguelikeDungeonCardRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RefreshRoguelikeDungeonCardRspOuterClass.RefreshRoguelikeDungeonCardRsp,RefreshRoguelikeDungeonCardRspOuterClass.RefreshRoguelikeDungeonCardRsp.Builder
- Enclosing class:
- RefreshRoguelikeDungeonCardRspOuterClass
public static interface RefreshRoguelikeDungeonCardRspOuterClass.RefreshRoguelikeDungeonCardRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetResCardList(int index) repeated uint32 res_card_list = 2;intrepeated uint32 res_card_list = 2;repeated uint32 res_card_list = 2;intint32 retcode = 14;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 = 14;- Returns:
- The retcode.
-
getResCardListList
repeated uint32 res_card_list = 2;- Returns:
- A list containing the resCardList.
-
getResCardListCount
int getResCardListCount()repeated uint32 res_card_list = 2;- Returns:
- The count of resCardList.
-
getResCardList
int getResCardList(int index) repeated uint32 res_card_list = 2;- Parameters:
index- The index of the element to return.- Returns:
- The resCardList at the given index.
-