Package emu.grasscutter.net.proto
Interface PlayerChatReqOuterClass.PlayerChatReqOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerChatReqOuterClass.PlayerChatReq,PlayerChatReqOuterClass.PlayerChatReq.Builder
- Enclosing class:
- PlayerChatReqOuterClass
public static interface PlayerChatReqOuterClass.PlayerChatReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 channel_id = 15;.ChatInfo chat_info = 5;.ChatInfo chat_info = 5;boolean.ChatInfo chat_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
-
hasChatInfo
boolean hasChatInfo().ChatInfo chat_info = 5;- Returns:
- Whether the chatInfo field is set.
-
getChatInfo
ChatInfoOuterClass.ChatInfo getChatInfo().ChatInfo chat_info = 5;- Returns:
- The chatInfo.
-
getChatInfoOrBuilder
ChatInfoOuterClass.ChatInfoOrBuilder getChatInfoOrBuilder().ChatInfo chat_info = 5; -
getChannelId
int getChannelId()uint32 channel_id = 15;- Returns:
- The channelId.
-