Package emu.grasscutter.net.proto
Interface HomeBalloonGallerySettleNotifyOuterClass.HomeBalloonGallerySettleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeBalloonGallerySettleNotifyOuterClass.HomeBalloonGallerySettleNotify,HomeBalloonGallerySettleNotifyOuterClass.HomeBalloonGallerySettleNotify.Builder
- Enclosing class:
- HomeBalloonGallerySettleNotifyOuterClass
public static interface HomeBalloonGallerySettleNotifyOuterClass.HomeBalloonGallerySettleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gallery_id = 8;booleanbool is_new_record = 9;intgetRank()uint32 rank = 13;.BalloonGallerySettleInfo settle_info = 5;.BalloonGallerySettleInfo settle_info = 5;boolean.BalloonGallerySettleInfo settle_info = 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
-
getGalleryId
int getGalleryId()uint32 gallery_id = 8;- Returns:
- The galleryId.
-
getRank
int getRank()uint32 rank = 13;- Returns:
- The rank.
-
hasSettleInfo
boolean hasSettleInfo().BalloonGallerySettleInfo settle_info = 5;- Returns:
- Whether the settleInfo field is set.
-
getSettleInfo
BalloonGallerySettleInfoOuterClass.BalloonGallerySettleInfo getSettleInfo().BalloonGallerySettleInfo settle_info = 5;- Returns:
- The settleInfo.
-
getSettleInfoOrBuilder
BalloonGallerySettleInfoOuterClass.BalloonGallerySettleInfoOrBuilder getSettleInfoOrBuilder().BalloonGallerySettleInfo settle_info = 5; -
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 9;- Returns:
- The isNewRecord.
-