Package emu.grasscutter.net.proto
Interface PrivateChatReqOuterClass.PrivateChatReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrivateChatReqOuterClass.PrivateChatReq,PrivateChatReqOuterClass.PrivateChatReq.Builder
- Enclosing class:
- PrivateChatReqOuterClass
public static interface PrivateChatReqOuterClass.PrivateChatReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getTargetUid
int getTargetUid()uint32 target_uid = 13;- Returns:
- The targetUid.
-
hasText
boolean hasText()string text = 14;- Returns:
- Whether the text field is set.
-
getText
String getText()string text = 14;- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()string text = 14;- Returns:
- The bytes for text.
-
hasIcon
boolean hasIcon()uint32 icon = 8;- Returns:
- Whether the icon field is set.
-
getIcon
int getIcon()uint32 icon = 8;- Returns:
- The icon.
-
getContentCase
PrivateChatReqOuterClass.PrivateChatReq.ContentCase getContentCase()
-