Package emu.grasscutter.net.proto
Interface PhotoGallerySettleInfoOuterClass.PhotoGallerySettleInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PhotoGallerySettleInfoOuterClass.PhotoGallerySettleInfo,PhotoGallerySettleInfoOuterClass.PhotoGallerySettleInfo.Builder
- Enclosing class:
- PhotoGallerySettleInfoOuterClass
public static interface PhotoGallerySettleInfoOuterClass.PhotoGallerySettleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.GalleryStopReason reason = 13;int.GalleryStopReason reason = 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
-
getReasonValue
int getReasonValue().GalleryStopReason reason = 13;- Returns:
- The enum numeric value on the wire for reason.
-
getReason
GalleryStopReasonOuterClass.GalleryStopReason getReason().GalleryStopReason reason = 13;- Returns:
- The reason.
-