Package emu.grasscutter.net.proto
Interface PlayerMatchStopNotifyOuterClass.PlayerMatchStopNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerMatchStopNotifyOuterClass.PlayerMatchStopNotify,PlayerMatchStopNotifyOuterClass.PlayerMatchStopNotify.Builder
- Enclosing class:
- PlayerMatchStopNotifyOuterClass
public static interface PlayerMatchStopNotifyOuterClass.PlayerMatchStopNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 host_uid = 8;.MatchReason reason = 10;int.MatchReason reason = 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().MatchReason reason = 10;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
MatchReasonOuterClass.MatchReason getReason().MatchReason reason = 10;- Returns:
- The reason.
-
getHostUid
int getHostUid()uint32 host_uid = 8;- Returns:
- The hostUid.
-