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 = 3;intrepeated .CompoundQueueData compoundQueueDataList = 3;repeated .CompoundQueueData compoundQueueDataList = 3;getCompoundQueueDataListOrBuilder(int index) repeated .CompoundQueueData compoundQueueDataList = 3;repeated .CompoundQueueData compoundQueueDataList = 3;intgetUnlockCompoundList(int index) repeated uint32 unlockCompoundList = 5;intrepeated uint32 unlockCompoundList = 5;repeated uint32 unlockCompoundList = 5;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
-
getUnlockCompoundListList
repeated uint32 unlockCompoundList = 5;- Returns:
- A list containing the unlockCompoundList.
-
getUnlockCompoundListCount
int getUnlockCompoundListCount()repeated uint32 unlockCompoundList = 5;- Returns:
- The count of unlockCompoundList.
-
getUnlockCompoundList
int getUnlockCompoundList(int index) repeated uint32 unlockCompoundList = 5;- Parameters:
index- The index of the element to return.- Returns:
- The unlockCompoundList at the given index.
-
getCompoundQueueDataListList
List<CompoundQueueDataOuterClass.CompoundQueueData> getCompoundQueueDataListList()repeated .CompoundQueueData compoundQueueDataList = 3; -
getCompoundQueueDataList
repeated .CompoundQueueData compoundQueueDataList = 3; -
getCompoundQueueDataListCount
int getCompoundQueueDataListCount()repeated .CompoundQueueData compoundQueueDataList = 3; -
getCompoundQueueDataListOrBuilderList
List<? extends CompoundQueueDataOuterClass.CompoundQueueDataOrBuilder> getCompoundQueueDataListOrBuilderList()repeated .CompoundQueueData compoundQueueDataList = 3; -
getCompoundQueueDataListOrBuilder
repeated .CompoundQueueData compoundQueueDataList = 3;
-