Package emu.grasscutter.net.proto
Interface ElectroherculesBattleLevelInfoOuterClass.ElectroherculesBattleLevelInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ElectroherculesBattleLevelInfoOuterClass.ElectroherculesBattleLevelInfo,ElectroherculesBattleLevelInfoOuterClass.ElectroherculesBattleLevelInfo.Builder
- Enclosing class:
- ElectroherculesBattleLevelInfoOuterClass
public static interface ElectroherculesBattleLevelInfoOuterClass.ElectroherculesBattleLevelInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool is_finish = 4;intuint32 level_id = 13;intuint32 min_finish_time = 14;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
-
getIsFinish
boolean getIsFinish()bool is_finish = 4;- Returns:
- The isFinish.
-
getMinFinishTime
int getMinFinishTime()uint32 min_finish_time = 14;- Returns:
- The minFinishTime.
-
getLevelId
int getLevelId()uint32 level_id = 13;- Returns:
- The levelId.
-