Package emu.grasscutter.net.proto
Interface ReadMailNotifyOuterClass.ReadMailNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReadMailNotifyOuterClass.ReadMailNotify,ReadMailNotifyOuterClass.ReadMailNotify.Builder
- Enclosing class:
- ReadMailNotifyOuterClass
public static interface ReadMailNotifyOuterClass.ReadMailNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetMailIdList(int index) repeated uint32 mail_id_list = 2;intrepeated uint32 mail_id_list = 2;repeated uint32 mail_id_list = 2;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
-
getMailIdListList
repeated uint32 mail_id_list = 2;- Returns:
- A list containing the mailIdList.
-
getMailIdListCount
int getMailIdListCount()repeated uint32 mail_id_list = 2;- Returns:
- The count of mailIdList.
-
getMailIdList
int getMailIdList(int index) repeated uint32 mail_id_list = 2;- Parameters:
index- The index of the element to return.- Returns:
- The mailIdList at the given index.
-