Package emu.grasscutter.net.proto
Interface SummerTimeSprintBoatRecordOuterClass.SummerTimeSprintBoatRecordOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SummerTimeSprintBoatRecordOuterClass.SummerTimeSprintBoatRecord,SummerTimeSprintBoatRecordOuterClass.SummerTimeSprintBoatRecord.Builder
- Enclosing class:
- SummerTimeSprintBoatRecordOuterClass
public static interface SummerTimeSprintBoatRecordOuterClass.SummerTimeSprintBoatRecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 best_score = 1;intuint32 group_id = 3;booleanbool is_touched = 10;intuint32 start_time = 9;intgetWatcherIdList(int index) repeated uint32 watcher_id_list = 12;intrepeated uint32 watcher_id_list = 12;repeated uint32 watcher_id_list = 12;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
-
getWatcherIdListList
repeated uint32 watcher_id_list = 12;- Returns:
- A list containing the watcherIdList.
-
getWatcherIdListCount
int getWatcherIdListCount()repeated uint32 watcher_id_list = 12;- Returns:
- The count of watcherIdList.
-
getWatcherIdList
int getWatcherIdList(int index) repeated uint32 watcher_id_list = 12;- Parameters:
index- The index of the element to return.- Returns:
- The watcherIdList at the given index.
-
getStartTime
int getStartTime()uint32 start_time = 9;- Returns:
- The startTime.
-
getBestScore
int getBestScore()uint32 best_score = 1;- Returns:
- The bestScore.
-
getGroupId
int getGroupId()uint32 group_id = 3;- Returns:
- The groupId.
-
getIsTouched
boolean getIsTouched()bool is_touched = 10;- Returns:
- The isTouched.
-