Package emu.grasscutter.net.proto
Interface RacingGallerySettleInfoOuterClass.RacingGallerySettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RacingGallerySettleInfoOuterClass.RacingGallerySettleInfo,RacingGallerySettleInfoOuterClass.RacingGallerySettleInfo.Builder
- Enclosing class:
- RacingGallerySettleInfoOuterClass
public static interface RacingGallerySettleInfoOuterClass.RacingGallerySettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.GalleryStopReason reason = 11;int.GalleryStopReason reason = 11;intuint32 use_time = 15;intuint32 winner_uid = 10;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
-
getWinnerUid
int getWinnerUid()uint32 winner_uid = 10;- Returns:
- The winnerUid.
-
getUseTime
int getUseTime()uint32 use_time = 15;- Returns:
- The useTime.
-
getReasonValue
int getReasonValue().GalleryStopReason reason = 11;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
GalleryStopReasonOuterClass.GalleryStopReason getReason().GalleryStopReason reason = 11;- Returns:
- The reason.
-