Package emu.grasscutter.net.proto
Interface BounceConjuringSettleNotifyOuterClass.BounceConjuringSettleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BounceConjuringSettleNotifyOuterClass.BounceConjuringSettleNotify,BounceConjuringSettleNotifyOuterClass.BounceConjuringSettleNotify.Builder
- Enclosing class:
- BounceConjuringSettleNotifyOuterClass
public static interface BounceConjuringSettleNotifyOuterClass.BounceConjuringSettleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsSettleInfoMap(int key) map<uint32, .BounceConjuringGallerySettleInfo> settle_info_map = 10;intuint32 chapter_id = 7;booleanbool is_new_record = 4;Deprecated.intmap<uint32, .BounceConjuringGallerySettleInfo> settle_info_map = 10;map<uint32, .BounceConjuringGallerySettleInfo> settle_info_map = 10;getSettleInfoMapOrDefault(int key, BounceConjuringGallerySettleInfoOuterClass.BounceConjuringGallerySettleInfo defaultValue) map<uint32, .BounceConjuringGallerySettleInfo> settle_info_map = 10;getSettleInfoMapOrThrow(int key) map<uint32, .BounceConjuringGallerySettleInfo> settle_info_map = 10;intuint32 total_score = 11;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
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 4;- Returns:
- The isNewRecord.
-
getTotalScore
int getTotalScore()uint32 total_score = 11;- Returns:
- The totalScore.
-
getSettleInfoMapCount
int getSettleInfoMapCount()map<uint32, .BounceConjuringGallerySettleInfo> settle_info_map = 10; -
containsSettleInfoMap
boolean containsSettleInfoMap(int key) map<uint32, .BounceConjuringGallerySettleInfo> settle_info_map = 10; -
getSettleInfoMap
@Deprecated Map<Integer,BounceConjuringGallerySettleInfoOuterClass.BounceConjuringGallerySettleInfo> getSettleInfoMap()Deprecated.UsegetSettleInfoMapMap()instead. -
getSettleInfoMapMap
Map<Integer,BounceConjuringGallerySettleInfoOuterClass.BounceConjuringGallerySettleInfo> getSettleInfoMapMap()map<uint32, .BounceConjuringGallerySettleInfo> settle_info_map = 10; -
getSettleInfoMapOrDefault
BounceConjuringGallerySettleInfoOuterClass.BounceConjuringGallerySettleInfo getSettleInfoMapOrDefault(int key, BounceConjuringGallerySettleInfoOuterClass.BounceConjuringGallerySettleInfo defaultValue) map<uint32, .BounceConjuringGallerySettleInfo> settle_info_map = 10; -
getSettleInfoMapOrThrow
BounceConjuringGallerySettleInfoOuterClass.BounceConjuringGallerySettleInfo getSettleInfoMapOrThrow(int key) map<uint32, .BounceConjuringGallerySettleInfo> settle_info_map = 10; -
getChapterId
int getChapterId()uint32 chapter_id = 7;- Returns:
- The chapterId.
-