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 compoundQueueDataList = 8;intrepeated .CompoundQueueData compoundQueueDataList = 8;repeated .CompoundQueueData compoundQueueDataList = 8;getCompoundQueueDataListOrBuilder(int index) repeated .CompoundQueueData compoundQueueDataList = 8;repeated .CompoundQueueData compoundQueueDataList = 8;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 = 8; -
getCompoundQueueDataList
repeated .CompoundQueueData compoundQueueDataList = 8; -
getCompoundQueueDataListCount
int getCompoundQueueDataListCount()repeated .CompoundQueueData compoundQueueDataList = 8; -
getCompoundQueueDataListOrBuilderList
List<? extends CompoundQueueDataOuterClass.CompoundQueueDataOrBuilder> getCompoundQueueDataListOrBuilderList()repeated .CompoundQueueData compoundQueueDataList = 8; -
getCompoundQueueDataListOrBuilder
repeated .CompoundQueueData compoundQueueDataList = 8; -
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.
-