Package emu.grasscutter.net.proto
Interface CommonPlayerTipsNotifyOuterClass.CommonPlayerTipsNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommonPlayerTipsNotifyOuterClass.CommonPlayerTipsNotify,CommonPlayerTipsNotifyOuterClass.CommonPlayerTipsNotify.Builder
- Enclosing class:
- CommonPlayerTipsNotifyOuterClass
public static interface CommonPlayerTipsNotifyOuterClass.CommonPlayerTipsNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 notify_type = 15;getTextMapIdList(int index) repeated string text_map_id_list = 8;com.google.protobuf.ByteStringgetTextMapIdListBytes(int index) repeated string text_map_id_list = 8;intrepeated string text_map_id_list = 8;repeated string text_map_id_list = 8;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
-
getNotifyType
int getNotifyType()uint32 notify_type = 15;- Returns:
- The notifyType.
-
getTextMapIdListList
repeated string text_map_id_list = 8;- Returns:
- A list containing the textMapIdList.
-
getTextMapIdListCount
int getTextMapIdListCount()repeated string text_map_id_list = 8;- Returns:
- The count of textMapIdList.
-
getTextMapIdList
repeated string text_map_id_list = 8;- Parameters:
index- The index of the element to return.- Returns:
- The textMapIdList at the given index.
-
getTextMapIdListBytes
com.google.protobuf.ByteString getTextMapIdListBytes(int index) repeated string text_map_id_list = 8;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the textMapIdList at the given index.
-