Package emu.grasscutter.net.proto
Interface PushTipsChangeNotifyOuterClass.PushTipsChangeNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PushTipsChangeNotifyOuterClass.PushTipsChangeNotify,PushTipsChangeNotifyOuterClass.PushTipsChangeNotify.Builder
- Enclosing class:
- PushTipsChangeNotifyOuterClass
public static interface PushTipsChangeNotifyOuterClass.PushTipsChangeNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPushTipsList(int index) repeated .PushTipsData push_tips_list = 5;intrepeated .PushTipsData push_tips_list = 5;repeated .PushTipsData push_tips_list = 5;getPushTipsListOrBuilder(int index) repeated .PushTipsData push_tips_list = 5;List<? extends PushTipsDataOuterClass.PushTipsDataOrBuilder>repeated .PushTipsData push_tips_list = 5;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
-
getPushTipsListList
List<PushTipsDataOuterClass.PushTipsData> getPushTipsListList()repeated .PushTipsData push_tips_list = 5; -
getPushTipsList
repeated .PushTipsData push_tips_list = 5; -
getPushTipsListCount
int getPushTipsListCount()repeated .PushTipsData push_tips_list = 5; -
getPushTipsListOrBuilderList
List<? extends PushTipsDataOuterClass.PushTipsDataOrBuilder> getPushTipsListOrBuilderList()repeated .PushTipsData push_tips_list = 5; -
getPushTipsListOrBuilder
repeated .PushTipsData push_tips_list = 5;
-