Package emu.grasscutter.net.proto
Interface ChatInfoOuterClass.ChatInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChatInfoOuterClass.ChatInfo,ChatInfoOuterClass.ChatInfo.Builder
- Enclosing class:
- ChatInfoOuterClass
public static interface ChatInfoOuterClass.ChatInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetIcon()uint32 icon = 1839;booleanbool is_read = 7;intuint32 sequence = 2;.ChatInfo.SystemHint system_hint = 899;.ChatInfo.SystemHint system_hint = 899;getText()string text = 263;com.google.protobuf.ByteStringstring text = 263;intgetTime()uint32 time = 13;intgetToUid()uint32 to_uid = 4;intgetUid()uint32 uid = 6;booleanhasIcon()uint32 icon = 1839;boolean.ChatInfo.SystemHint system_hint = 899;booleanhasText()string text = 263;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
-
getToUid
int getToUid()uint32 to_uid = 4;- Returns:
- The toUid.
-
getUid
int getUid()uint32 uid = 6;- Returns:
- The uid.
-
getTime
int getTime()uint32 time = 13;- Returns:
- The time.
-
getSequence
int getSequence()uint32 sequence = 2;- Returns:
- The sequence.
-
getIsRead
boolean getIsRead()bool is_read = 7;- Returns:
- The isRead.
-
hasText
boolean hasText()string text = 263;- Returns:
- Whether the text field is set.
-
getText
String getText()string text = 263;- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()string text = 263;- Returns:
- The bytes for text.
-
hasIcon
boolean hasIcon()uint32 icon = 1839;- Returns:
- Whether the icon field is set.
-
getIcon
int getIcon()uint32 icon = 1839;- Returns:
- The icon.
-
hasSystemHint
boolean hasSystemHint().ChatInfo.SystemHint system_hint = 899;- Returns:
- Whether the systemHint field is set.
-
getSystemHint
ChatInfoOuterClass.ChatInfo.SystemHint getSystemHint().ChatInfo.SystemHint system_hint = 899;- Returns:
- The systemHint.
-
getSystemHintOrBuilder
ChatInfoOuterClass.ChatInfo.SystemHintOrBuilder getSystemHintOrBuilder().ChatInfo.SystemHint system_hint = 899; -
getContentCase
ChatInfoOuterClass.ChatInfo.ContentCase getContentCase()
-