Package emu.grasscutter.net.proto
Interface ChatChannelInfoNotifyOuterClass.ChatChannelInfoNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChatChannelInfoNotifyOuterClass.ChatChannelInfoNotify,ChatChannelInfoNotifyOuterClass.ChatChannelInfoNotify.Builder
- Enclosing class:
- ChatChannelInfoNotifyOuterClass
public static interface ChatChannelInfoNotifyOuterClass.ChatChannelInfoNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.ChatChannelInfo channel_info = 7;.ChatChannelInfo channel_info = 7;boolean.ChatChannelInfo channel_info = 7;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
-
hasChannelInfo
boolean hasChannelInfo().ChatChannelInfo channel_info = 7;- Returns:
- Whether the channelInfo field is set.
-
getChannelInfo
ChatChannelInfoOuterClass.ChatChannelInfo getChannelInfo().ChatChannelInfo channel_info = 7;- Returns:
- The channelInfo.
-
getChannelInfoOrBuilder
ChatChannelInfoOuterClass.ChatChannelInfoOrBuilder getChannelInfoOrBuilder().ChatChannelInfo channel_info = 7;
-