Package emu.grasscutter.net.proto
Interface SceneGalleryBuoyantCombatInfoOuterClass.SceneGalleryBuoyantCombatInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SceneGalleryBuoyantCombatInfoOuterClass.SceneGalleryBuoyantCombatInfo,SceneGalleryBuoyantCombatInfoOuterClass.SceneGalleryBuoyantCombatInfo.Builder
- Enclosing class:
- SceneGalleryBuoyantCombatInfoOuterClass
public static interface SceneGalleryBuoyantCombatInfoOuterClass.SceneGalleryBuoyantCombatInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 kill_monster_count = 12;intuint32 kill_special_monster_count = 13;intgetScore()uint32 score = 9;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 = 9;- Returns:
- The score.
-
getKillSpecialMonsterCount
int getKillSpecialMonsterCount()uint32 kill_special_monster_count = 13;- Returns:
- The killSpecialMonsterCount.
-
getKillMonsterCount
int getKillMonsterCount()uint32 kill_monster_count = 12;- Returns:
- The killMonsterCount.
-