Package emu.grasscutter.net.proto
Interface ChatHistoryNotifyOuterClass.ChatHistoryNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChatHistoryNotifyOuterClass.ChatHistoryNotify,ChatHistoryNotifyOuterClass.ChatHistoryNotify.Builder
- Enclosing class:
- ChatHistoryNotifyOuterClass
public static interface ChatHistoryNotifyOuterClass.ChatHistoryNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 channel_id = 1;getChatInfo(int index) repeated .ChatInfo chat_info = 9;intrepeated .ChatInfo chat_info = 9;repeated .ChatInfo chat_info = 9;getChatInfoOrBuilder(int index) repeated .ChatInfo chat_info = 9;List<? extends ChatInfoOuterClass.ChatInfoOrBuilder>repeated .ChatInfo chat_info = 9;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
-
getChannelId
int getChannelId()uint32 channel_id = 1;- Returns:
- The channelId.
-
getChatInfoList
List<ChatInfoOuterClass.ChatInfo> getChatInfoList()repeated .ChatInfo chat_info = 9; -
getChatInfo
repeated .ChatInfo chat_info = 9; -
getChatInfoCount
int getChatInfoCount()repeated .ChatInfo chat_info = 9; -
getChatInfoOrBuilderList
List<? extends ChatInfoOuterClass.ChatInfoOrBuilder> getChatInfoOrBuilderList()repeated .ChatInfo chat_info = 9; -
getChatInfoOrBuilder
repeated .ChatInfo chat_info = 9;
-