Interface SceneMonsterInfoOuterClass.SceneMonsterInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SceneMonsterInfoOuterClass.SceneMonsterInfo, SceneMonsterInfoOuterClass.SceneMonsterInfo.Builder
Enclosing class:
SceneMonsterInfoOuterClass

public static interface SceneMonsterInfoOuterClass.SceneMonsterInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getMonsterId

      int getMonsterId()
      uint32 monster_id = 1;
      Returns:
      The monsterId.
    • getGroupId

      int getGroupId()
      uint32 group_id = 2;
      Returns:
      The groupId.
    • getConfigId

      int getConfigId()
      uint32 config_id = 3;
      Returns:
      The configId.
    • getWeaponListList

      repeated .SceneWeaponInfo weapon_list = 4;
    • getWeaponList

      repeated .SceneWeaponInfo weapon_list = 4;
    • getWeaponListCount

      int getWeaponListCount()
      repeated .SceneWeaponInfo weapon_list = 4;
    • getWeaponListOrBuilderList

      List<? extends SceneWeaponInfoOuterClass.SceneWeaponInfoOrBuilder> getWeaponListOrBuilderList()
      repeated .SceneWeaponInfo weapon_list = 4;
    • getWeaponListOrBuilder

      SceneWeaponInfoOuterClass.SceneWeaponInfoOrBuilder getWeaponListOrBuilder(int index)
      repeated .SceneWeaponInfo weapon_list = 4;
    • getAuthorityPeerId

      int getAuthorityPeerId()
      uint32 authority_peer_id = 5;
      Returns:
      The authorityPeerId.
    • getAffixListList

      List<Integer> getAffixListList()
      repeated uint32 affix_list = 6;
      Returns:
      A list containing the affixList.
    • getAffixListCount

      int getAffixListCount()
      repeated uint32 affix_list = 6;
      Returns:
      The count of affixList.
    • getAffixList

      int getAffixList(int index)
      repeated uint32 affix_list = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The affixList at the given index.
    • getIsElite

      boolean getIsElite()
      bool is_elite = 7;
      Returns:
      The isElite.
    • getOwnerEntityId

      int getOwnerEntityId()
      uint32 owner_entity_id = 8;
      Returns:
      The ownerEntityId.
    • getSummonedTag

      int getSummonedTag()
      uint32 summoned_tag = 9;
      Returns:
      The summonedTag.
    • getSummonTagMapCount

      int getSummonTagMapCount()
      map<uint32, uint32> summon_tag_map = 10;
    • containsSummonTagMap

      boolean containsSummonTagMap(int key)
      map<uint32, uint32> summon_tag_map = 10;
    • getSummonTagMap

      @Deprecated Map<Integer,Integer> getSummonTagMap()
      Deprecated.
    • getSummonTagMapMap

      Map<Integer,Integer> getSummonTagMapMap()
      map<uint32, uint32> summon_tag_map = 10;
    • getSummonTagMapOrDefault

      int getSummonTagMapOrDefault(int key, int defaultValue)
      map<uint32, uint32> summon_tag_map = 10;
    • getSummonTagMapOrThrow

      int getSummonTagMapOrThrow(int key)
      map<uint32, uint32> summon_tag_map = 10;
    • getPoseId

      int getPoseId()
      uint32 pose_id = 11;
      Returns:
      The poseId.
    • getBornTypeValue

      int getBornTypeValue()
      .MonsterBornType born_type = 12;
      Returns:
      The enum numeric value on the wire for bornType.
    • getBornType

      .MonsterBornType born_type = 12;
      Returns:
      The bornType.
    • getBlockId

      int getBlockId()
      uint32 block_id = 13;
      Returns:
      The blockId.
    • getMarkFlag

      int getMarkFlag()
      uint32 mark_flag = 14;
      Returns:
      The markFlag.
    • getTitleId

      int getTitleId()
      uint32 title_id = 15;
      Returns:
      The titleId.
    • getSpecialNameId

      int getSpecialNameId()
      uint32 special_name_id = 16;
      Returns:
      The specialNameId.
    • getAttackTargetId

      int getAttackTargetId()
      uint32 attack_target_id = 17;
      Returns:
      The attackTargetId.
    • hasMonsterRoute

      boolean hasMonsterRoute()
      .MonsterRoute monster_route = 18;
      Returns:
      Whether the monsterRoute field is set.
    • getMonsterRoute

      .MonsterRoute monster_route = 18;
      Returns:
      The monsterRoute.
    • getMonsterRouteOrBuilder

      .MonsterRoute monster_route = 18;
    • getAiConfigId

      int getAiConfigId()
      uint32 ai_config_id = 19;
      Returns:
      The aiConfigId.
    • getLevelRouteId

      int getLevelRouteId()
      uint32 level_route_id = 20;
      Returns:
      The levelRouteId.
    • getInitPoseId

      int getInitPoseId()
      uint32 init_pose_id = 21;
      Returns:
      The initPoseId.
    • getIsLight

      boolean getIsLight()
      bool is_light = 22;
      Returns:
      The isLight.
    • getKillNum

      int getKillNum()
      uint32 kill_num = 23;
      Returns:
      The killNum.
    • hasFishInfo

      boolean hasFishInfo()
      .SceneFishInfo fish_info = 50;
      Returns:
      Whether the fishInfo field is set.
    • getFishInfo

      .SceneFishInfo fish_info = 50;
      Returns:
      The fishInfo.
    • getFishInfoOrBuilder

      .SceneFishInfo fish_info = 50;
    • hasFishtankFishInfo

      boolean hasFishtankFishInfo()
      .FishtankFishInfo fishtank_fish_info = 51;
      Returns:
      Whether the fishtankFishInfo field is set.
    • getFishtankFishInfo

      .FishtankFishInfo fishtank_fish_info = 51;
      Returns:
      The fishtankFishInfo.
    • getFishtankFishInfoOrBuilder

      .FishtankFishInfo fishtank_fish_info = 51;
    • getContentCase