Package emu.grasscutter.net.proto
Interface MarkNewNotifyOuterClass.MarkNewNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MarkNewNotifyOuterClass.MarkNewNotify,MarkNewNotifyOuterClass.MarkNewNotify.Builder
- Enclosing class:
- MarkNewNotifyOuterClass
public static interface MarkNewNotifyOuterClass.MarkNewNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetIdList(int index) repeated uint32 id_list = 2;intrepeated uint32 id_list = 2;repeated uint32 id_list = 2;intuint32 mark_new_type = 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
-
getMarkNewType
int getMarkNewType()uint32 mark_new_type = 13;- Returns:
- The markNewType.
-
getIdListList
repeated uint32 id_list = 2;- Returns:
- A list containing the idList.
-
getIdListCount
int getIdListCount()repeated uint32 id_list = 2;- Returns:
- The count of idList.
-
getIdList
int getIdList(int index) repeated uint32 id_list = 2;- Parameters:
index- The index of the element to return.- Returns:
- The idList at the given index.
-