Package emu.grasscutter.net.proto
Interface UnionCmdOuterClass.UnionCmdOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UnionCmdOuterClass.UnionCmd,UnionCmdOuterClass.UnionCmd.Builder
- Enclosing class:
- UnionCmdOuterClass
public static interface UnionCmdOuterClass.UnionCmdOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetBody()bytes body = 1;intuint32 message_id = 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
-
getBody
com.google.protobuf.ByteString getBody()bytes body = 1;- Returns:
- The body.
-
getMessageId
int getMessageId()uint32 message_id = 5;- Returns:
- The messageId.
-