Package emu.grasscutter.net.proto
Interface PlayerGeneralMatchConfirmNotifyOuterClass.PlayerGeneralMatchConfirmNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerGeneralMatchConfirmNotifyOuterClass.PlayerGeneralMatchConfirmNotify,PlayerGeneralMatchConfirmNotifyOuterClass.PlayerGeneralMatchConfirmNotify.Builder
- Enclosing class:
- PlayerGeneralMatchConfirmNotifyOuterClass
public static interface PlayerGeneralMatchConfirmNotifyOuterClass.PlayerGeneralMatchConfirmNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_agree = 13;intuint32 match_id = 2;intgetUid()uint32 uid = 6;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
-
getMatchId
int getMatchId()uint32 match_id = 2;- Returns:
- The matchId.
-
getUid
int getUid()uint32 uid = 6;- Returns:
- The uid.
-
getIsAgree
boolean getIsAgree()bool is_agree = 13;- Returns:
- The isAgree.
-