Package emu.grasscutter.net.proto
Interface LevelTagDataNotifyOuterClass.LevelTagDataNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LevelTagDataNotifyOuterClass.LevelTagDataNotify,LevelTagDataNotifyOuterClass.LevelTagDataNotify.Builder
- Enclosing class:
- LevelTagDataNotifyOuterClass
public static interface LevelTagDataNotifyOuterClass.LevelTagDataNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetLevelTagIdList(int index) repeated uint32 level_tag_id_list = 15;intrepeated uint32 level_tag_id_list = 15;repeated uint32 level_tag_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
-
getLevelTagIdListList
repeated uint32 level_tag_id_list = 15;- Returns:
- A list containing the levelTagIdList.
-
getLevelTagIdListCount
int getLevelTagIdListCount()repeated uint32 level_tag_id_list = 15;- Returns:
- The count of levelTagIdList.
-
getLevelTagIdList
int getLevelTagIdList(int index) repeated uint32 level_tag_id_list = 15;- Parameters:
index- The index of the element to return.- Returns:
- The levelTagIdList at the given index.
-