Package emu.grasscutter.net.proto
Interface BuoyantCombatDailyInfoOuterClass.BuoyantCombatDailyInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuoyantCombatDailyInfoOuterClass.BuoyantCombatDailyInfo,BuoyantCombatDailyInfoOuterClass.BuoyantCombatDailyInfo.Builder
- Enclosing class:
- BuoyantCombatDailyInfoOuterClass
public static interface BuoyantCombatDailyInfoOuterClass.BuoyantCombatDailyInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 best_score = 9;intuint32 start_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
-
getBestScore
int getBestScore()uint32 best_score = 9;- Returns:
- The bestScore.
-
getStartTime
int getStartTime()uint32 start_time = 5;- Returns:
- The startTime.
-