Package emu.grasscutter.net.proto
Interface PrivateChatNotifyOuterClass.PrivateChatNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrivateChatNotifyOuterClass.PrivateChatNotify,PrivateChatNotifyOuterClass.PrivateChatNotify.Builder
- Enclosing class:
- PrivateChatNotifyOuterClass
public static interface PrivateChatNotifyOuterClass.PrivateChatNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.ChatInfo chat_info = 4;.ChatInfo chat_info = 4;boolean.ChatInfo chat_info = 4;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
-
hasChatInfo
boolean hasChatInfo().ChatInfo chat_info = 4;- Returns:
- Whether the chatInfo field is set.
-
getChatInfo
ChatInfoOuterClass.ChatInfo getChatInfo().ChatInfo chat_info = 4;- Returns:
- The chatInfo.
-
getChatInfoOrBuilder
ChatInfoOuterClass.ChatInfoOrBuilder getChatInfoOrBuilder().ChatInfo chat_info = 4;
-