Package emu.grasscutter.net.proto
Interface ExpeditionChallengeInfoOuterClass.ExpeditionChallengeInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExpeditionChallengeInfoOuterClass.ExpeditionChallengeInfo,ExpeditionChallengeInfoOuterClass.ExpeditionChallengeInfo.Builder
- Enclosing class:
- ExpeditionChallengeInfoOuterClass
public static interface ExpeditionChallengeInfoOuterClass.ExpeditionChallengeInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetId()uint32 id = 15;booleanbool is_finished = 11;intuint32 open_time = 5;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
-
getOpenTime
int getOpenTime()uint32 open_time = 5;- Returns:
- The openTime.
-
getId
int getId()uint32 id = 15;- Returns:
- The id.
-
getIsFinished
boolean getIsFinished()bool is_finished = 11;- Returns:
- The isFinished.
-