Package emu.grasscutter.net.proto
Interface GalleryFlowerCatchNotifyOuterClass.GalleryFlowerCatchNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GalleryFlowerCatchNotifyOuterClass.GalleryFlowerCatchNotify,GalleryFlowerCatchNotifyOuterClass.GalleryFlowerCatchNotify.Builder
- Enclosing class:
- GalleryFlowerCatchNotifyOuterClass
public static interface GalleryFlowerCatchNotifyOuterClass.GalleryFlowerCatchNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 add_score = 12;intuint32 cur_score = 2;intuint32 gallery_id = 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
-
getGalleryId
int getGalleryId()uint32 gallery_id = 13;- Returns:
- The galleryId.
-
getCurScore
int getCurScore()uint32 cur_score = 2;- Returns:
- The curScore.
-
getAddScore
int getAddScore()uint32 add_score = 12;- Returns:
- The addScore.
-