Package emu.grasscutter.net.proto
Interface BlossomScheduleInfoOuterClass.BlossomScheduleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BlossomScheduleInfoOuterClass.BlossomScheduleInfo,BlossomScheduleInfoOuterClass.BlossomScheduleInfo.Builder
- Enclosing class:
- BlossomScheduleInfoOuterClass
public static interface BlossomScheduleInfoOuterClass.BlossomScheduleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getProgress
int getProgress()uint32 progress = 1;- Returns:
- The progress.
-
getState
int getState()uint32 state = 5;- Returns:
- The state.
-
getFinishProgress
int getFinishProgress()uint32 finish_progress = 10;- Returns:
- The finishProgress.
-
getRefreshId
int getRefreshId()uint32 refresh_id = 12;- Returns:
- The refreshId.
-
getCircleCampId
int getCircleCampId()uint32 circle_camp_id = 2;- Returns:
- The circleCampId.
-
getRound
int getRound()uint32 round = 14;- Returns:
- The round.
-