Package emu.grasscutter.net.proto
Interface IrodoriMasterGallerySettleInfoOuterClass.IrodoriMasterGallerySettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IrodoriMasterGallerySettleInfoOuterClass.IrodoriMasterGallerySettleInfo,IrodoriMasterGallerySettleInfoOuterClass.IrodoriMasterGallerySettleInfo.Builder
- Enclosing class:
- IrodoriMasterGallerySettleInfoOuterClass
public static interface IrodoriMasterGallerySettleInfoOuterClass.IrodoriMasterGallerySettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 difficult = 2;intuint32 finish_time = 4;booleanbool is_finish = 3;intuint32 level_id = 1;.GalleryStopReason reason = 10;int.GalleryStopReason reason = 10;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
-
getReasonValue
int getReasonValue().GalleryStopReason reason = 10;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
GalleryStopReasonOuterClass.GalleryStopReason getReason().GalleryStopReason reason = 10;- Returns:
- The reason.
-
getDifficult
int getDifficult()uint32 difficult = 2;- Returns:
- The difficult.
-
getFinishTime
int getFinishTime()uint32 finish_time = 4;- Returns:
- The finishTime.
-
getLevelId
int getLevelId()uint32 level_id = 1;- Returns:
- The levelId.
-
getIsFinish
boolean getIsFinish()bool is_finish = 3;- Returns:
- The isFinish.
-