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