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 Type
    Method
    Description
    int
    uint32 kill_monster_count = 12;
    int
    uint32 kill_special_monster_count = 13;
    int
    uint32 score = 9;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.