Package emu.grasscutter.net.proto
Interface IslandPartySettleNotifyOuterClass.IslandPartySettleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IslandPartySettleNotifyOuterClass.IslandPartySettleNotify,IslandPartySettleNotifyOuterClass.IslandPartySettleNotify.Builder
- Enclosing class:
- IslandPartySettleNotifyOuterClass
public static interface IslandPartySettleNotifyOuterClass.IslandPartySettleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_new_record = 3;.GalleryStopReason reason = 12;int.GalleryStopReason reason = 12;getScoreList(int index) repeated .ExhibitionDisplayInfo score_list = 5;intrepeated .ExhibitionDisplayInfo score_list = 5;repeated .ExhibitionDisplayInfo score_list = 5;getScoreListOrBuilder(int index) repeated .ExhibitionDisplayInfo score_list = 5;repeated .ExhibitionDisplayInfo score_list = 5;getSettleInfoList(int index) repeated .IslandPartyGallerySettleInfo settle_info_list = 13;intrepeated .IslandPartyGallerySettleInfo settle_info_list = 13;repeated .IslandPartyGallerySettleInfo settle_info_list = 13;getSettleInfoListOrBuilder(int index) repeated .IslandPartyGallerySettleInfo settle_info_list = 13;repeated .IslandPartyGallerySettleInfo settle_info_list = 13;intuint32 time_remain = 9;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
-
getTimeRemain
int getTimeRemain()uint32 time_remain = 9;- Returns:
- The timeRemain.
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 3;- Returns:
- The isNewRecord.
-
getScoreListList
List<ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfo> getScoreListList()repeated .ExhibitionDisplayInfo score_list = 5; -
getScoreList
repeated .ExhibitionDisplayInfo score_list = 5; -
getScoreListCount
int getScoreListCount()repeated .ExhibitionDisplayInfo score_list = 5; -
getScoreListOrBuilderList
List<? extends ExhibitionDisplayInfoOuterClass.ExhibitionDisplayInfoOrBuilder> getScoreListOrBuilderList()repeated .ExhibitionDisplayInfo score_list = 5; -
getScoreListOrBuilder
repeated .ExhibitionDisplayInfo score_list = 5; -
getReasonValue
int getReasonValue().GalleryStopReason reason = 12;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
GalleryStopReasonOuterClass.GalleryStopReason getReason().GalleryStopReason reason = 12;- Returns:
- The reason.
-
getSettleInfoListList
List<IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfo> getSettleInfoListList()repeated .IslandPartyGallerySettleInfo settle_info_list = 13; -
getSettleInfoList
repeated .IslandPartyGallerySettleInfo settle_info_list = 13; -
getSettleInfoListCount
int getSettleInfoListCount()repeated .IslandPartyGallerySettleInfo settle_info_list = 13; -
getSettleInfoListOrBuilderList
List<? extends IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder> getSettleInfoListOrBuilderList()repeated .IslandPartyGallerySettleInfo settle_info_list = 13; -
getSettleInfoListOrBuilder
IslandPartyGallerySettleInfoOuterClass.IslandPartyGallerySettleInfoOrBuilder getSettleInfoListOrBuilder(int index) repeated .IslandPartyGallerySettleInfo settle_info_list = 13;
-