Package emu.grasscutter.net.proto
Interface GCGGameCreateFailReasonNotifyOuterClass.GCGGameCreateFailReasonNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GCGGameCreateFailReasonNotifyOuterClass.GCGGameCreateFailReasonNotify,GCGGameCreateFailReasonNotifyOuterClass.GCGGameCreateFailReasonNotify.Builder
- Enclosing class:
- GCGGameCreateFailReasonNotifyOuterClass
public static interface GCGGameCreateFailReasonNotifyOuterClass.GCGGameCreateFailReasonNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.GCGGameCreateFailReasonNotify.GCGGameCreateReason reason = 7;int.GCGGameCreateFailReasonNotify.GCGGameCreateReason reason = 7;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().GCGGameCreateFailReasonNotify.GCGGameCreateReason reason = 7;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
GCGGameCreateFailReasonNotifyOuterClass.GCGGameCreateFailReasonNotify.GCGGameCreateReason getReason().GCGGameCreateFailReasonNotify.GCGGameCreateReason reason = 7;- Returns:
- The reason.
-