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