Package emu.grasscutter.net.proto
Interface ChatChannelDataNotifyOuterClass.ChatChannelDataNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChatChannelDataNotifyOuterClass.ChatChannelDataNotify,ChatChannelDataNotifyOuterClass.ChatChannelDataNotify.Builder
- Enclosing class:
- ChatChannelDataNotifyOuterClass
public static interface ChatChannelDataNotifyOuterClass.ChatChannelDataNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChannelInfoList(int index) repeated .ChatChannelInfo channel_info_list = 5;intrepeated .ChatChannelInfo channel_info_list = 5;repeated .ChatChannelInfo channel_info_list = 5;getChannelInfoListOrBuilder(int index) repeated .ChatChannelInfo channel_info_list = 5;repeated .ChatChannelInfo channel_info_list = 5;intgetChannelList(int index) repeated uint32 channel_list = 3;intrepeated uint32 channel_list = 3;repeated uint32 channel_list = 3;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
-
getChannelInfoListList
List<ChatChannelInfoOuterClass.ChatChannelInfo> getChannelInfoListList()repeated .ChatChannelInfo channel_info_list = 5; -
getChannelInfoList
repeated .ChatChannelInfo channel_info_list = 5; -
getChannelInfoListCount
int getChannelInfoListCount()repeated .ChatChannelInfo channel_info_list = 5; -
getChannelInfoListOrBuilderList
List<? extends ChatChannelInfoOuterClass.ChatChannelInfoOrBuilder> getChannelInfoListOrBuilderList()repeated .ChatChannelInfo channel_info_list = 5; -
getChannelInfoListOrBuilder
repeated .ChatChannelInfo channel_info_list = 5; -
getChannelListList
repeated uint32 channel_list = 3;- Returns:
- A list containing the channelList.
-
getChannelListCount
int getChannelListCount()repeated uint32 channel_list = 3;- Returns:
- The count of channelList.
-
getChannelList
int getChannelList(int index) repeated uint32 channel_list = 3;- Parameters:
index- The index of the element to return.- Returns:
- The channelList at the given index.
-