Package emu.grasscutter.net.proto
Interface GalleryBalloonShootNotifyOuterClass.GalleryBalloonShootNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GalleryBalloonShootNotifyOuterClass.GalleryBalloonShootNotify,GalleryBalloonShootNotifyOuterClass.GalleryBalloonShootNotify.Builder
- Enclosing class:
- GalleryBalloonShootNotifyOuterClass
public static interface GalleryBalloonShootNotifyOuterClass.GalleryBalloonShootNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 add_score = 2;intgetCombo()uint32 combo = 15;longuint64 combo_disable_time = 9;intuint32 cur_score = 1;intuint32 gallery_id = 11;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
-
getTriggerEntityId
int getTriggerEntityId()uint32 trigger_entity_id = 3;- Returns:
- The triggerEntityId.
-
getCombo
int getCombo()uint32 combo = 15;- Returns:
- The combo.
-
getComboDisableTime
long getComboDisableTime()uint64 combo_disable_time = 9;- Returns:
- The comboDisableTime.
-
getCurScore
int getCurScore()uint32 cur_score = 1;- Returns:
- The curScore.
-
getAddScore
int getAddScore()int32 add_score = 2;- Returns:
- The addScore.
-
getGalleryId
int getGalleryId()uint32 gallery_id = 11;- Returns:
- The galleryId.
-