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