Package emu.grasscutter.net.proto
Interface SetChatEmojiCollectionReqOuterClass.SetChatEmojiCollectionReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetChatEmojiCollectionReqOuterClass.SetChatEmojiCollectionReq,SetChatEmojiCollectionReqOuterClass.SetChatEmojiCollectionReq.Builder
- Enclosing class:
- SetChatEmojiCollectionReqOuterClass
public static interface SetChatEmojiCollectionReqOuterClass.SetChatEmojiCollectionReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.ChatEmojiCollectionData chat_emoji_collection_data = 13;.ChatEmojiCollectionData chat_emoji_collection_data = 13;boolean.ChatEmojiCollectionData chat_emoji_collection_data = 13;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
-
hasChatEmojiCollectionData
boolean hasChatEmojiCollectionData().ChatEmojiCollectionData chat_emoji_collection_data = 13;- Returns:
- Whether the chatEmojiCollectionData field is set.
-
getChatEmojiCollectionData
ChatEmojiCollectionDataOuterClass.ChatEmojiCollectionData getChatEmojiCollectionData().ChatEmojiCollectionData chat_emoji_collection_data = 13;- Returns:
- The chatEmojiCollectionData.
-
getChatEmojiCollectionDataOrBuilder
ChatEmojiCollectionDataOuterClass.ChatEmojiCollectionDataOrBuilder getChatEmojiCollectionDataOrBuilder().ChatEmojiCollectionData chat_emoji_collection_data = 13;
-