Package emu.grasscutter.net.proto
Interface GetCompoundDataRspOuterClass.GetCompoundDataRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetCompoundDataRspOuterClass.GetCompoundDataRsp,GetCompoundDataRspOuterClass.GetCompoundDataRsp.Builder
- Enclosing class:
- GetCompoundDataRspOuterClass
public static interface GetCompoundDataRspOuterClass.GetCompoundDataRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCompoundQueueDataList(int index) repeated .CompoundQueueData compoundQueueDataList = 14;intrepeated .CompoundQueueData compoundQueueDataList = 14;repeated .CompoundQueueData compoundQueueDataList = 14;getCompoundQueueDataListOrBuilder(int index) repeated .CompoundQueueData compoundQueueDataList = 14;repeated .CompoundQueueData compoundQueueDataList = 14;intint32 retcode = 2;intgetUnlockCompoundList(int index) repeated uint32 unlockCompoundList = 13;intrepeated uint32 unlockCompoundList = 13;repeated uint32 unlockCompoundList = 13;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
-
getCompoundQueueDataListList
List<CompoundQueueDataOuterClass.CompoundQueueData> getCompoundQueueDataListList()repeated .CompoundQueueData compoundQueueDataList = 14; -
getCompoundQueueDataList
repeated .CompoundQueueData compoundQueueDataList = 14; -
getCompoundQueueDataListCount
int getCompoundQueueDataListCount()repeated .CompoundQueueData compoundQueueDataList = 14; -
getCompoundQueueDataListOrBuilderList
List<? extends CompoundQueueDataOuterClass.CompoundQueueDataOrBuilder> getCompoundQueueDataListOrBuilderList()repeated .CompoundQueueData compoundQueueDataList = 14; -
getCompoundQueueDataListOrBuilder
repeated .CompoundQueueData compoundQueueDataList = 14; -
getUnlockCompoundListList
repeated uint32 unlockCompoundList = 13;- Returns:
- A list containing the unlockCompoundList.
-
getUnlockCompoundListCount
int getUnlockCompoundListCount()repeated uint32 unlockCompoundList = 13;- Returns:
- The count of unlockCompoundList.
-
getUnlockCompoundList
int getUnlockCompoundList(int index) repeated uint32 unlockCompoundList = 13;- Parameters:
index- The index of the element to return.- Returns:
- The unlockCompoundList at the given index.
-
getRetcode
int getRetcode()int32 retcode = 2;- Returns:
- The retcode.
-