Package emu.grasscutter.net.proto
Interface AddSeenMonsterNotifyOuterClass.AddSeenMonsterNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddSeenMonsterNotifyOuterClass.AddSeenMonsterNotify,AddSeenMonsterNotifyOuterClass.AddSeenMonsterNotify.Builder
- Enclosing class:
- AddSeenMonsterNotifyOuterClass
public static interface AddSeenMonsterNotifyOuterClass.AddSeenMonsterNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetMonsterIdList(int index) repeated uint32 monster_id_list = 14;intrepeated uint32 monster_id_list = 14;repeated uint32 monster_id_list = 14;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
-
getMonsterIdListList
repeated uint32 monster_id_list = 14;- Returns:
- A list containing the monsterIdList.
-
getMonsterIdListCount
int getMonsterIdListCount()repeated uint32 monster_id_list = 14;- Returns:
- The count of monsterIdList.
-
getMonsterIdList
int getMonsterIdList(int index) repeated uint32 monster_id_list = 14;- Parameters:
index- The index of the element to return.- Returns:
- The monsterIdList at the given index.
-