Package emu.grasscutter.net.proto
Interface CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData,CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoData.Builder
- Enclosing class:
- CoinCollectTeamInfoDataOuterClass
public static interface CoinCollectTeamInfoDataOuterClass.CoinCollectTeamInfoDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetAvatarIdList(int index) repeated uint32 avatar_id_list = 8;intrepeated uint32 avatar_id_list = 8;repeated uint32 avatar_id_list = 8;intuint32 choose_skill_no = 12;intgetHBDGIIILAFN(int index) repeated uint32 HBDGIIILAFN = 14;intrepeated uint32 HBDGIIILAFN = 14;repeated uint32 HBDGIIILAFN = 14;booleanbool is_host = 15;intgetLLOCMGDOEKD(int index) repeated uint32 LLOCMGDOEKD = 10;intrepeated uint32 LLOCMGDOEKD = 10;repeated uint32 LLOCMGDOEKD = 10;intuint32 player_uid = 7;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
-
getChooseSkillNo
int getChooseSkillNo()uint32 choose_skill_no = 12;- Returns:
- The chooseSkillNo.
-
getPlayerUid
int getPlayerUid()uint32 player_uid = 7;- Returns:
- The playerUid.
-
getAvatarIdListList
repeated uint32 avatar_id_list = 8;- Returns:
- A list containing the avatarIdList.
-
getAvatarIdListCount
int getAvatarIdListCount()repeated uint32 avatar_id_list = 8;- Returns:
- The count of avatarIdList.
-
getAvatarIdList
int getAvatarIdList(int index) repeated uint32 avatar_id_list = 8;- Parameters:
index- The index of the element to return.- Returns:
- The avatarIdList at the given index.
-
getIsHost
boolean getIsHost()bool is_host = 15;- Returns:
- The isHost.
-
getLLOCMGDOEKDList
repeated uint32 LLOCMGDOEKD = 10;- Returns:
- A list containing the lLOCMGDOEKD.
-
getLLOCMGDOEKDCount
int getLLOCMGDOEKDCount()repeated uint32 LLOCMGDOEKD = 10;- Returns:
- The count of lLOCMGDOEKD.
-
getLLOCMGDOEKD
int getLLOCMGDOEKD(int index) repeated uint32 LLOCMGDOEKD = 10;- Parameters:
index- The index of the element to return.- Returns:
- The lLOCMGDOEKD at the given index.
-
getHBDGIIILAFNList
repeated uint32 HBDGIIILAFN = 14;- Returns:
- A list containing the hBDGIIILAFN.
-
getHBDGIIILAFNCount
int getHBDGIIILAFNCount()repeated uint32 HBDGIIILAFN = 14;- Returns:
- The count of hBDGIIILAFN.
-
getHBDGIIILAFN
int getHBDGIIILAFN(int index) repeated uint32 HBDGIIILAFN = 14;- Parameters:
index- The index of the element to return.- Returns:
- The hBDGIIILAFN at the given index.
-