Package emu.grasscutter.net.proto
Interface HomeBalloonGalleryScoreNotifyOuterClass.HomeBalloonGalleryScoreNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HomeBalloonGalleryScoreNotifyOuterClass.HomeBalloonGalleryScoreNotify,HomeBalloonGalleryScoreNotifyOuterClass.HomeBalloonGalleryScoreNotify.Builder
- Enclosing class:
- HomeBalloonGalleryScoreNotifyOuterClass
public static interface HomeBalloonGalleryScoreNotifyOuterClass.HomeBalloonGalleryScoreNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 add_score = 4;intuint32 cur_score = 14;intuint32 gallery_id = 1;intuint32 trigger_entity_id = 3;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 = 1;- Returns:
- The galleryId.
-
getTriggerEntityId
int getTriggerEntityId()uint32 trigger_entity_id = 3;- Returns:
- The triggerEntityId.
-
getAddScore
int getAddScore()uint32 add_score = 4;- Returns:
- The addScore.
-
getCurScore
int getCurScore()uint32 cur_score = 14;- Returns:
- The curScore.
-