Package emu.grasscutter.net.proto
Interface ScenePlayBattleSettlePlayerInfoOuterClass.ScenePlayBattleSettlePlayerInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ScenePlayBattleSettlePlayerInfoOuterClass.ScenePlayBattleSettlePlayerInfo,ScenePlayBattleSettlePlayerInfoOuterClass.ScenePlayBattleSettlePlayerInfo.Builder
- Enclosing class:
- ScenePlayBattleSettlePlayerInfoOuterClass
public static interface ScenePlayBattleSettlePlayerInfoOuterClass.ScenePlayBattleSettlePlayerInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCardList(int index) repeated .ExhibitionDisplayInfo card_list = 4;intrepeated .ExhibitionDisplayInfo card_list = 4;repeated .ExhibitionDisplayInfo card_list = 4;getCardListOrBuilder(int index) repeated .ExhibitionDisplayInfo card_list = 4;repeated .ExhibitionDisplayInfo card_list = 4;intuint32 head_image = 2;string nickname = 3;com.google.protobuf.ByteStringstring nickname = 3;string online_id = 5;com.google.protobuf.ByteStringstring online_id = 5;longgetParam()int64 param = 11;.ProfilePicture profile_picture = 8;.ProfilePicture profile_picture = 8;intuint32 statistic_id = 13;intgetUid()uint32 uid = 7;boolean.ProfilePicture profile_picture = 8;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
-
getUid
int getUid()uint32 uid = 7;- Returns:
- The uid.
-
getCardListList
List<ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> getCardListList()repeated .ExhibitionDisplayInfo card_list = 4; -
getCardList
repeated .ExhibitionDisplayInfo card_list = 4; -
getCardListCount
int getCardListCount()repeated .ExhibitionDisplayInfo card_list = 4; -
getCardListOrBuilderList
List<? extends ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder> getCardListOrBuilderList()repeated .ExhibitionDisplayInfo card_list = 4; -
getCardListOrBuilder
repeated .ExhibitionDisplayInfo card_list = 4; -
hasProfilePicture
boolean hasProfilePicture().ProfilePicture profile_picture = 8;- Returns:
- Whether the profilePicture field is set.
-
getProfilePicture
ProfilePictureOuterClass.ProfilePicture getProfilePicture().ProfilePicture profile_picture = 8;- Returns:
- The profilePicture.
-
getProfilePictureOrBuilder
ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder().ProfilePicture profile_picture = 8; -
getNickname
String getNickname()string nickname = 3;- Returns:
- The nickname.
-
getNicknameBytes
com.google.protobuf.ByteString getNicknameBytes()string nickname = 3;- Returns:
- The bytes for nickname.
-
getParam
long getParam()int64 param = 11;- Returns:
- The param.
-
getStatisticId
int getStatisticId()uint32 statistic_id = 13;- Returns:
- The statisticId.
-
getOnlineId
String getOnlineId()string online_id = 5;- Returns:
- The onlineId.
-
getOnlineIdBytes
com.google.protobuf.ByteString getOnlineIdBytes()string online_id = 5;- Returns:
- The bytes for onlineId.
-
getHeadImage
int getHeadImage()uint32 head_image = 2;- Returns:
- The headImage.
-