Package emu.grasscutter.net.proto
Interface CombineDataNotifyOuterClass.CombineDataNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CombineDataNotifyOuterClass.CombineDataNotify,CombineDataNotifyOuterClass.CombineDataNotify.Builder
- Enclosing class:
- CombineDataNotifyOuterClass
public static interface CombineDataNotifyOuterClass.CombineDataNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetCombineIdList(int index) repeated uint32 combine_id_list = 15;intrepeated uint32 combine_id_list = 15;repeated uint32 combine_id_list = 15;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
-
getCombineIdListList
repeated uint32 combine_id_list = 15;- Returns:
- A list containing the combineIdList.
-
getCombineIdListCount
int getCombineIdListCount()repeated uint32 combine_id_list = 15;- Returns:
- The count of combineIdList.
-
getCombineIdList
int getCombineIdList(int index) repeated uint32 combine_id_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The combineIdList at the given index.
-