Package emu.grasscutter.net.proto
Interface HomeRacingGallerySettleNotifyOuterClass.HomeRacingGallerySettleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeRacingGallerySettleNotifyOuterClass.HomeRacingGallerySettleNotify,HomeRacingGallerySettleNotifyOuterClass.HomeRacingGallerySettleNotify.Builder
- Enclosing class:
- HomeRacingGallerySettleNotifyOuterClass
public static interface HomeRacingGallerySettleNotifyOuterClass.HomeRacingGallerySettleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gallery_id = 3;booleanbool is_new_record = 7;intgetRank()uint32 rank = 15;.RacingGallerySettleInfo settle_info = 14;.RacingGallerySettleInfo settle_info = 14;boolean.RacingGallerySettleInfo settle_info = 14;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
-
hasSettleInfo
boolean hasSettleInfo().RacingGallerySettleInfo settle_info = 14;- Returns:
- Whether the settleInfo field is set.
-
getSettleInfo
RacingGallerySettleInfoOuterClass.RacingGallerySettleInfo getSettleInfo().RacingGallerySettleInfo settle_info = 14;- Returns:
- The settleInfo.
-
getSettleInfoOrBuilder
RacingGallerySettleInfoOuterClass.RacingGallerySettleInfoOrBuilder getSettleInfoOrBuilder().RacingGallerySettleInfo settle_info = 14; -
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 7;- Returns:
- The isNewRecord.
-
getRank
int getRank()uint32 rank = 15;- Returns:
- The rank.
-
getGalleryId
int getGalleryId()uint32 gallery_id = 3;- Returns:
- The galleryId.
-