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