Package emu.grasscutter.net.proto
Interface SummerTimeV2BoatSettleNotifyOuterClass.SummerTimeV2BoatSettleNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SummerTimeV2BoatSettleNotifyOuterClass.SummerTimeV2BoatSettleNotify,SummerTimeV2BoatSettleNotifyOuterClass.SummerTimeV2BoatSettleNotify.Builder
- Enclosing class:
- SummerTimeV2BoatSettleNotifyOuterClass
public static interface SummerTimeV2BoatSettleNotifyOuterClass.SummerTimeV2BoatSettleNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gallery_id = 2;booleanbool is_new_record = 15;.SummerTimeV2BoatGallerySettleInfo settle_info = 13;.SummerTimeV2BoatGallerySettleInfo settle_info = 13;intuint32 stage_id = 4;boolean.SummerTimeV2BoatGallerySettleInfo settle_info = 13;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
-
getIsNewRecord
boolean getIsNewRecord()bool is_new_record = 15;- Returns:
- The isNewRecord.
-
getGalleryId
int getGalleryId()uint32 gallery_id = 2;- Returns:
- The galleryId.
-
hasSettleInfo
boolean hasSettleInfo().SummerTimeV2BoatGallerySettleInfo settle_info = 13;- Returns:
- Whether the settleInfo field is set.
-
getSettleInfo
.SummerTimeV2BoatGallerySettleInfo settle_info = 13;- Returns:
- The settleInfo.
-
getSettleInfoOrBuilder
SummerTimeV2BoatGallerySettleInfoOuterClass.SummerTimeV2BoatGallerySettleInfoOrBuilder getSettleInfoOrBuilder().SummerTimeV2BoatGallerySettleInfo settle_info = 13; -
getStageId
int getStageId()uint32 stage_id = 4;- Returns:
- The stageId.
-