Package emu.grasscutter.net.proto
Interface ChatChannelInfoOuterClass.ChatChannelInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChatChannelInfoOuterClass.ChatChannelInfo,ChatChannelInfoOuterClass.ChatChannelInfo.Builder
- Enclosing class:
- ChatChannelInfoOuterClass
public static interface ChatChannelInfoOuterClass.ChatChannelInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 channel_id = 8;booleanbool is_shield = 1;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
-
getIsShield
boolean getIsShield()bool is_shield = 1;- Returns:
- The isShield.
-
getChannelId
int getChannelId()uint32 channel_id = 8;- Returns:
- The channelId.
-