Package emu.grasscutter.net.proto
Interface GalleryBounceConjuringHitNotifyOuterClass.GalleryBounceConjuringHitNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GalleryBounceConjuringHitNotifyOuterClass.GalleryBounceConjuringHitNotify,GalleryBounceConjuringHitNotifyOuterClass.GalleryBounceConjuringHitNotify.Builder
- Enclosing class:
- GalleryBounceConjuringHitNotifyOuterClass
public static interface GalleryBounceConjuringHitNotifyOuterClass.GalleryBounceConjuringHitNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 add_score = 15;intuint32 gallery_id = 8;booleanbool is_perfect = 11;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.
-
getAddScore
int getAddScore()uint32 add_score = 15;- Returns:
- The addScore.
-
getIsPerfect
boolean getIsPerfect()bool is_perfect = 11;- Returns:
- The isPerfect.
-