Package emu.grasscutter.net.proto
Interface ChatChannelUpdateNotifyOuterClass.ChatChannelUpdateNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChatChannelUpdateNotifyOuterClass.ChatChannelUpdateNotify,ChatChannelUpdateNotifyOuterClass.ChatChannelUpdateNotify.Builder
- Enclosing class:
- ChatChannelUpdateNotifyOuterClass
public static interface ChatChannelUpdateNotifyOuterClass.ChatChannelUpdateNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 channel_id = 2;.ChatChannelInfo channel_info = 5;.ChatChannelInfo channel_info = 5;booleanbool is_create = 15;boolean.ChatChannelInfo channel_info = 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
-
getChannelId
int getChannelId()uint32 channel_id = 2;- Returns:
- The channelId.
-
hasChannelInfo
boolean hasChannelInfo().ChatChannelInfo channel_info = 5;- Returns:
- Whether the channelInfo field is set.
-
getChannelInfo
ChatChannelInfoOuterClass.ChatChannelInfo getChannelInfo().ChatChannelInfo channel_info = 5;- Returns:
- The channelInfo.
-
getChannelInfoOrBuilder
ChatChannelInfoOuterClass.ChatChannelInfoOrBuilder getChannelInfoOrBuilder().ChatChannelInfo channel_info = 5; -
getIsCreate
boolean getIsCreate()bool is_create = 15;- Returns:
- The isCreate.
-