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