Package emu.grasscutter.net.proto
Interface PlayerGCGMatchDismissNotifyOuterClass.PlayerGCGMatchDismissNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerGCGMatchDismissNotifyOuterClass.PlayerGCGMatchDismissNotify,PlayerGCGMatchDismissNotifyOuterClass.PlayerGCGMatchDismissNotify.Builder
- Enclosing class:
- PlayerGCGMatchDismissNotifyOuterClass
public static interface PlayerGCGMatchDismissNotifyOuterClass.PlayerGCGMatchDismissNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 match_id = 4;.MatchReason reason = 7;int.MatchReason reason = 7;intgetUidList(int index) repeated uint32 uid_list = 11;intrepeated uint32 uid_list = 11;repeated uint32 uid_list = 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
-
getUidListList
repeated uint32 uid_list = 11;- Returns:
- A list containing the uidList.
-
getUidListCount
int getUidListCount()repeated uint32 uid_list = 11;- Returns:
- The count of uidList.
-
getUidList
int getUidList(int index) repeated uint32 uid_list = 11;- Parameters:
index- The index of the element to return.- Returns:
- The uidList at the given index.
-
getReasonValue
int getReasonValue().MatchReason reason = 7;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
MatchReasonOuterClass.MatchReason getReason().MatchReason reason = 7;- Returns:
- The reason.
-
getMatchId
int getMatchId()uint32 match_id = 4;- Returns:
- The matchId.
-