Package emu.grasscutter.net.proto
Interface SummerTimeV2BoatGallerySettleInfoOuterClass.SummerTimeV2BoatGallerySettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SummerTimeV2BoatGallerySettleInfoOuterClass.SummerTimeV2BoatGallerySettleInfo,SummerTimeV2BoatGallerySettleInfoOuterClass.SummerTimeV2BoatGallerySettleInfo.Builder
- Enclosing class:
- SummerTimeV2BoatGallerySettleInfoOuterClass
public static interface SummerTimeV2BoatGallerySettleInfoOuterClass.SummerTimeV2BoatGallerySettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gallery_id = 11;intuint32 param1 = 7;intuint32 param2 = 12;intuint32 param3 = 6;.GalleryStopReason reason = 10;int.GalleryStopReason reason = 10;intuint32 used_time = 4;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
-
getReasonValue
int getReasonValue().GalleryStopReason reason = 10;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
GalleryStopReasonOuterClass.GalleryStopReason getReason().GalleryStopReason reason = 10;- Returns:
- The reason.
-
getParam2
int getParam2()uint32 param2 = 12;- Returns:
- The param2.
-
getUsedTime
int getUsedTime()uint32 used_time = 4;- Returns:
- The usedTime.
-
getParam1
int getParam1()uint32 param1 = 7;- Returns:
- The param1.
-
getGalleryId
int getGalleryId()uint32 gallery_id = 11;- Returns:
- The galleryId.
-
getParam3
int getParam3()uint32 param3 = 6;- Returns:
- The param3.
-