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 compound_queue_data_list = 4;intrepeated .CompoundQueueData compound_queue_data_list = 4;repeated .CompoundQueueData compound_queue_data_list = 4;getCompoundQueueDataListOrBuilder(int index) repeated .CompoundQueueData compound_queue_data_list = 4;repeated .CompoundQueueData compound_queue_data_list = 4;intint32 retcode = 15;intgetUnlockCompoundList(int index) repeated uint32 unlock_compound_list = 10;intrepeated uint32 unlock_compound_list = 10;repeated uint32 unlock_compound_list = 10;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 compound_queue_data_list = 4; -
getCompoundQueueDataList
repeated .CompoundQueueData compound_queue_data_list = 4; -
getCompoundQueueDataListCount
int getCompoundQueueDataListCount()repeated .CompoundQueueData compound_queue_data_list = 4; -
getCompoundQueueDataListOrBuilderList
List<? extends CompoundQueueDataOuterClass.CompoundQueueDataOrBuilder> getCompoundQueueDataListOrBuilderList()repeated .CompoundQueueData compound_queue_data_list = 4; -
getCompoundQueueDataListOrBuilder
repeated .CompoundQueueData compound_queue_data_list = 4; -
getUnlockCompoundListList
repeated uint32 unlock_compound_list = 10;- Returns:
- A list containing the unlockCompoundList.
-
getUnlockCompoundListCount
int getUnlockCompoundListCount()repeated uint32 unlock_compound_list = 10;- Returns:
- The count of unlockCompoundList.
-
getUnlockCompoundList
int getUnlockCompoundList(int index) repeated uint32 unlock_compound_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The unlockCompoundList at the given index.
-
getRetcode
int getRetcode()int32 retcode = 15;- Returns:
- The retcode.
-