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 = 7;intrepeated uint32 avatar_id_list = 7;repeated uint32 avatar_id_list = 7;intuint32 choose_skill_no = 11;booleanbool is_host = 13;intuint32 player_uid = 6;intgetUnk3300CPDGJEIOJAB(int index) repeated uint32 Unk3300_CPDGJEIOJAB = 2;intrepeated uint32 Unk3300_CPDGJEIOJAB = 2;repeated uint32 Unk3300_CPDGJEIOJAB = 2;intgetUnk3300IFBDFEOGOLH(int index) repeated uint32 Unk3300_IFBDFEOGOLH = 15;intrepeated uint32 Unk3300_IFBDFEOGOLH = 15;repeated uint32 Unk3300_IFBDFEOGOLH = 15;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
-
getUnk3300CPDGJEIOJABList
repeated uint32 Unk3300_CPDGJEIOJAB = 2;- Returns:
- A list containing the unk3300CPDGJEIOJAB.
-
getUnk3300CPDGJEIOJABCount
int getUnk3300CPDGJEIOJABCount()repeated uint32 Unk3300_CPDGJEIOJAB = 2;- Returns:
- The count of unk3300CPDGJEIOJAB.
-
getUnk3300CPDGJEIOJAB
int getUnk3300CPDGJEIOJAB(int index) repeated uint32 Unk3300_CPDGJEIOJAB = 2;- Parameters:
index- The index of the element to return.- Returns:
- The unk3300CPDGJEIOJAB at the given index.
-
getChooseSkillNo
int getChooseSkillNo()uint32 choose_skill_no = 11;- Returns:
- The chooseSkillNo.
-
getUnk3300IFBDFEOGOLHList
repeated uint32 Unk3300_IFBDFEOGOLH = 15;- Returns:
- A list containing the unk3300IFBDFEOGOLH.
-
getUnk3300IFBDFEOGOLHCount
int getUnk3300IFBDFEOGOLHCount()repeated uint32 Unk3300_IFBDFEOGOLH = 15;- Returns:
- The count of unk3300IFBDFEOGOLH.
-
getUnk3300IFBDFEOGOLH
int getUnk3300IFBDFEOGOLH(int index) repeated uint32 Unk3300_IFBDFEOGOLH = 15;- Parameters:
index- The index of the element to return.- Returns:
- The unk3300IFBDFEOGOLH at the given index.
-
getIsHost
boolean getIsHost()bool is_host = 13;- Returns:
- The isHost.
-
getPlayerUid
int getPlayerUid()uint32 player_uid = 6;- Returns:
- The playerUid.
-
getAvatarIdListList
repeated uint32 avatar_id_list = 7;- Returns:
- A list containing the avatarIdList.
-
getAvatarIdListCount
int getAvatarIdListCount()repeated uint32 avatar_id_list = 7;- Returns:
- The count of avatarIdList.
-
getAvatarIdList
int getAvatarIdList(int index) repeated uint32 avatar_id_list = 7;- Parameters:
index- The index of the element to return.- Returns:
- The avatarIdList at the given index.
-