Package emu.grasscutter.net.proto
Interface HideAndSeekSettleInfoOuterClass.HideAndSeekSettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HideAndSeekSettleInfoOuterClass.HideAndSeekSettleInfo,HideAndSeekSettleInfoOuterClass.HideAndSeekSettleInfo.Builder
- Enclosing class:
- HideAndSeekSettleInfoOuterClass
public static interface HideAndSeekSettleInfoOuterClass.HideAndSeekSettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCardList(int index) repeated .ExhibitionDisplayInfo card_list = 2;intrepeated .ExhibitionDisplayInfo card_list = 2;repeated .ExhibitionDisplayInfo card_list = 2;getCardListOrBuilder(int index) repeated .ExhibitionDisplayInfo card_list = 2;repeated .ExhibitionDisplayInfo card_list = 2;intuint32 head_image = 9;string nickname = 15;com.google.protobuf.ByteStringstring nickname = 15;string online_id = 5;com.google.protobuf.ByteStringstring online_id = 5;.ProfilePicture profile_picture = 14;.ProfilePicture profile_picture = 14;intgetUid()uint32 uid = 6;boolean.ProfilePicture profile_picture = 14;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
-
getCardListList
List<ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> getCardListList()repeated .ExhibitionDisplayInfo card_list = 2; -
getCardList
repeated .ExhibitionDisplayInfo card_list = 2; -
getCardListCount
int getCardListCount()repeated .ExhibitionDisplayInfo card_list = 2; -
getCardListOrBuilderList
List<? extends ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder> getCardListOrBuilderList()repeated .ExhibitionDisplayInfo card_list = 2; -
getCardListOrBuilder
repeated .ExhibitionDisplayInfo card_list = 2; -
getNickname
String getNickname()string nickname = 15;- Returns:
- The nickname.
-
getNicknameBytes
com.google.protobuf.ByteString getNicknameBytes()string nickname = 15;- Returns:
- The bytes for nickname.
-
getHeadImage
int getHeadImage()uint32 head_image = 9;- Returns:
- The headImage.
-
getUid
int getUid()uint32 uid = 6;- Returns:
- The uid.
-
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.
-
hasProfilePicture
boolean hasProfilePicture().ProfilePicture profile_picture = 14;- Returns:
- Whether the profilePicture field is set.
-
getProfilePicture
ProfilePictureOuterClass.ProfilePicture getProfilePicture().ProfilePicture profile_picture = 14;- Returns:
- The profilePicture.
-
getProfilePictureOrBuilder
ProfilePictureOuterClass.ProfilePictureOrBuilder getProfilePictureOrBuilder().ProfilePicture profile_picture = 14;
-