Package emu.grasscutter.net.proto
Interface DungeonCandidateTeamInviteRspOuterClass.DungeonCandidateTeamInviteRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DungeonCandidateTeamInviteRspOuterClass.DungeonCandidateTeamInviteRsp,DungeonCandidateTeamInviteRspOuterClass.DungeonCandidateTeamInviteRsp.Builder
- Enclosing class:
- DungeonCandidateTeamInviteRspOuterClass
public static interface DungeonCandidateTeamInviteRspOuterClass.DungeonCandidateTeamInviteRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetInvalidPlayerUids(int index) repeated uint32 invalid_player_uids = 11;intrepeated uint32 invalid_player_uids = 11;repeated uint32 invalid_player_uids = 11;intint32 retcode = 4;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
-
getInvalidPlayerUidsList
repeated uint32 invalid_player_uids = 11;- Returns:
- A list containing the invalidPlayerUids.
-
getInvalidPlayerUidsCount
int getInvalidPlayerUidsCount()repeated uint32 invalid_player_uids = 11;- Returns:
- The count of invalidPlayerUids.
-
getInvalidPlayerUids
int getInvalidPlayerUids(int index) repeated uint32 invalid_player_uids = 11;- Parameters:
index- The index of the element to return.- Returns:
- The invalidPlayerUids at the given index.
-
getRetcode
int getRetcode()int32 retcode = 4;- Returns:
- The retcode.
-