Package emu.grasscutter.net.proto
Interface SetUpAvatarTeamRspOuterClass.SetUpAvatarTeamRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetUpAvatarTeamRspOuterClass.SetUpAvatarTeamRsp,SetUpAvatarTeamRspOuterClass.SetUpAvatarTeamRsp.Builder
- Enclosing class:
- SetUpAvatarTeamRspOuterClass
public static interface SetUpAvatarTeamRspOuterClass.SetUpAvatarTeamRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetAvatarTeamGuidList(int index) repeated uint64 avatar_team_guid_list = 10;intrepeated uint64 avatar_team_guid_list = 10;repeated uint64 avatar_team_guid_list = 10;longuint64 cur_avatar_guid = 7;intint32 retcode = 9;intuint32 team_id = 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
-
getTeamId
int getTeamId()uint32 team_id = 4;- Returns:
- The teamId.
-
getRetcode
int getRetcode()int32 retcode = 9;- Returns:
- The retcode.
-
getAvatarTeamGuidListList
repeated uint64 avatar_team_guid_list = 10;- Returns:
- A list containing the avatarTeamGuidList.
-
getAvatarTeamGuidListCount
int getAvatarTeamGuidListCount()repeated uint64 avatar_team_guid_list = 10;- Returns:
- The count of avatarTeamGuidList.
-
getAvatarTeamGuidList
long getAvatarTeamGuidList(int index) repeated uint64 avatar_team_guid_list = 10;- Parameters:
index- The index of the element to return.- Returns:
- The avatarTeamGuidList at the given index.
-
getCurAvatarGuid
long getCurAvatarGuid()uint64 cur_avatar_guid = 7;- Returns:
- The curAvatarGuid.
-