Package emu.grasscutter.net.proto
Interface GallerySumoKillMonsterNotifyOuterClass.GallerySumoKillMonsterNotifyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GallerySumoKillMonsterNotifyOuterClass.GallerySumoKillMonsterNotify,GallerySumoKillMonsterNotifyOuterClass.GallerySumoKillMonsterNotify.Builder
- Enclosing class:
- GallerySumoKillMonsterNotifyOuterClass
public static interface GallerySumoKillMonsterNotifyOuterClass.GallerySumoKillMonsterNotifyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 gallery_id = 11;intuint32 kill_elite_monster_num = 14;intuint32 kill_normal_monster_num = 4;intgetScore()uint32 score = 6;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
-
getScore
int getScore()uint32 score = 6;- Returns:
- The score.
-
getGalleryId
int getGalleryId()uint32 gallery_id = 11;- Returns:
- The galleryId.
-
getKillEliteMonsterNum
int getKillEliteMonsterNum()uint32 kill_elite_monster_num = 14;- Returns:
- The killEliteMonsterNum.
-
getKillNormalMonsterNum
int getKillNormalMonsterNum()uint32 kill_normal_monster_num = 4;- Returns:
- The killNormalMonsterNum.
-