Package emu.grasscutter.net.proto
Interface SalvagePreventGallerySettleInfoOuterClass.SalvagePreventGallerySettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SalvagePreventGallerySettleInfoOuterClass.SalvagePreventGallerySettleInfo,SalvagePreventGallerySettleInfoOuterClass.SalvagePreventGallerySettleInfo.Builder
- Enclosing class:
- SalvagePreventGallerySettleInfoOuterClass
public static interface SalvagePreventGallerySettleInfoOuterClass.SalvagePreventGallerySettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 final_score = 4;intuint32 monster_count = 2;.SalvagePreventStopReason reason = 11;int.SalvagePreventStopReason reason = 11;intuint32 time_remain = 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
-
getMonsterCount
int getMonsterCount()uint32 monster_count = 2;- Returns:
- The monsterCount.
-
getReasonValue
int getReasonValue().SalvagePreventStopReason reason = 11;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
.SalvagePreventStopReason reason = 11;- Returns:
- The reason.
-
getFinalScore
int getFinalScore()uint32 final_score = 4;- Returns:
- The finalScore.
-
getTimeRemain
int getTimeRemain()uint32 time_remain = 8;- Returns:
- The timeRemain.
-