Package emu.grasscutter.net.proto
Interface IrodoriMasterLevelDetailInfoOuterClass.IrodoriMasterLevelDetailInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IrodoriMasterLevelDetailInfoOuterClass.IrodoriMasterLevelDetailInfo,IrodoriMasterLevelDetailInfoOuterClass.IrodoriMasterLevelDetailInfo.Builder
- Enclosing class:
- IrodoriMasterLevelDetailInfoOuterClass
public static interface IrodoriMasterLevelDetailInfoOuterClass.IrodoriMasterLevelDetailInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 diffculty = 14;booleanbool is_finish = 10;booleanbool is_have_try = 11;intuint32 min_finish_time = 2;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
-
getMinFinishTime
int getMinFinishTime()uint32 min_finish_time = 2;- Returns:
- The minFinishTime.
-
getIsHaveTry
boolean getIsHaveTry()bool is_have_try = 11;- Returns:
- The isHaveTry.
-
getIsFinish
boolean getIsFinish()bool is_finish = 10;- Returns:
- The isFinish.
-
getDiffculty
int getDiffculty()uint32 diffculty = 14;- Returns:
- The diffculty.
-