Package emu.grasscutter.net.proto
Interface DraftInviteFailInfoOuterClass.DraftInviteFailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DraftInviteFailInfoOuterClass.DraftInviteFailInfo,DraftInviteFailInfoOuterClass.DraftInviteFailInfo.Builder
- Enclosing class:
- DraftInviteFailInfoOuterClass
public static interface DraftInviteFailInfoOuterClass.DraftInviteFailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.DraftInviteFailReason reason = 6;int.DraftInviteFailReason reason = 6;intgetUid()uint32 uid = 10;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
-
getReasonValue
int getReasonValue().DraftInviteFailReason reason = 6;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
.DraftInviteFailReason reason = 6;- Returns:
- The reason.
-
getUid
int getUid()uint32 uid = 10;- Returns:
- The uid.
-